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