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