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