Skip to content

Commit 1713a12

Browse files
committed
set is released
1 parent 1694cb1 commit 1713a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
VERSION_MINOR = 5
3939
VERSION_PATCH = 2
4040
VERSION_DEV = 0
41-
IS_RELEASED = False
41+
IS_RELEASED = True
4242

4343
VERSION = "{}.{}.{}".format(VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)
4444
if not IS_RELEASED:

0 commit comments

Comments
 (0)