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 3fda66f commit 063a2aeCopy full SHA for 063a2ae
1 file changed
setup.py
@@ -16,7 +16,7 @@
16
MAJOR = 1
17
MINOR = 1
18
MICRO = 1
19
-ISRELEASED = False
+ISRELEASED = True
20
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
21
22
# fail quicker on unsupported Python (prior to Cythonizing)
0 commit comments