We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb1638 commit 189b191Copy full SHA for 189b191
setup.py
@@ -1,6 +1,6 @@
1
import setuptools
2
3
-VERSION = '0.0.3'
+VERSION = '0.0.4'
4
5
with open("requirements.txt", "r") as f:
6
install_requires = f.readlines()
0 commit comments