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 630c25d commit afc9faaCopy full SHA for afc9faa
VERSION
@@ -1 +1 @@
1
-1.1
+1.2
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,2 @@
-VERSION = "1.1"
+VERSION = "1.2"
0 commit comments