We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1694cb1 commit 1713a12Copy full SHA for 1713a12
python/setup.py
@@ -38,7 +38,7 @@
38
VERSION_MINOR = 5
39
VERSION_PATCH = 2
40
VERSION_DEV = 0
41
-IS_RELEASED = False
+IS_RELEASED = True
42
43
VERSION = "{}.{}.{}".format(VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
44
if not IS_RELEASED:
0 commit comments