We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675d0f9 commit 5e53b66Copy full SHA for 5e53b66
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
4
NAME = "notubiz"
5
-VERSION = "0.0.1"
+VERSION = "1.0.0"
6
7
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
8
LONG_DESCRIPTION = readme.read()
0 commit comments