We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef1cb6 commit a0cff3bCopy full SHA for a0cff3b
setup.py
@@ -9,7 +9,7 @@
9
MINOR = 1
10
MICRO = 2
11
12
-IS_RELEASED = False
+IS_RELEASED = True
13
14
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
15
0 commit comments