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 f597b43 commit 21a30d2Copy full SHA for 21a30d2
1 file changed
setup.py
@@ -15,7 +15,7 @@
15
MAJOR = 1
16
MINOR = 0
17
MICRO = 2
18
-ISRELEASED = False
+ISRELEASED = True
19
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
20
21
0 commit comments