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 6aa103d commit d15317fCopy full SHA for d15317f
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
MAJOR = 0
10
MINOR = 3
11
MICRO = 0
12
-ISRELEASED = False
+ISRELEASED = True
13
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
14
15
0 commit comments