We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbc72c commit 6028d78Copy full SHA for 6028d78
setup.py
@@ -2,7 +2,7 @@
2
3
from setuptools import find_packages, setup
4
5
-__version__ = "0.0.9"
+__version__ = "0.0.10"
6
7
8
with open(os.path.join(os.path.abspath(os.path.dirname(__file__)), "README.md")) as f:
0 commit comments