We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc9faa commit 6f6881dCopy full SHA for 6f6881d
VERSION
setup.py
@@ -2,7 +2,7 @@
2
import os
3
4
VERSION = None
5
-path_version = os.path.join(os.path.dirname(__file__), './version.py')
+path_version = os.path.join(os.path.dirname(__file__), 'version.py')
6
exec(open(path_version).read())
7
8
setup(
version.py
@@ -1,2 +1 @@
1
-
-VERSION = "1.2"
+VERSION = "1.2.1"
0 commit comments