Skip to content

Commit 98f7a34

Browse files
committed
fix: fix package install
1 parent 5081da4 commit 98f7a34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
from os import path
33

4-
__version__ = "0.0.3"
4+
__version__ = "0.0.4"
55
desc_file = "README.md"
66

77
here = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)