We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7253dc commit 832d02eCopy full SHA for 832d02e
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import find_packages, setup
4
5
-__version__ = "0.0.2"
+__version__ = "0.2.0"
6
7
with open("README.md") as f:
8
README = f.read()
0 commit comments