We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac6d22 commit 2cba38eCopy full SHA for 2cba38e
1 file changed
python/setup.py
@@ -37,7 +37,7 @@
37
VERSION_MINOR = 6
38
VERSION_PATCH = 2
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