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 0f8ea9a commit 0440c34Copy full SHA for 0440c34
python/setup.py
@@ -37,7 +37,7 @@
37
VERSION_MINOR = 6
38
VERSION_PATCH = 3
39
VERSION_DEV = 0
40
-IS_RELEASED = False
+IS_RELEASED = True
41
42
VERSION = "{}.{}.{}".format(VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
43
if not IS_RELEASED:
0 commit comments