We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb06f9c commit b96ad65Copy full SHA for b96ad65
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-VERSION = "0.0.1"
+VERSION = "0.1.0"
4
5
def get_description():
6
return "\
0 commit comments