Skip to content

Commit f885d29

Browse files
authored
Update setup.py (#31)
1 parent 5c56e0d commit f885d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
from setuptools import find_packages, setup
2020

21-
__version__ = "0.0.3"
21+
__version__ = "0.0.4"
2222

2323
with open("requirements.txt") as f:
2424
requirements = f.read().splitlines()

0 commit comments

Comments
 (0)