Skip to content

Commit 4503691

Browse files
Update setup.py
1 parent 60357c1 commit 4503691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
VERSION_MINOR = 5
3838
VERSION_PATCH = 6
3939
VERSION_DEV = 0
40-
IS_RELEASED = False
40+
IS_RELEASED = True
4141

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

0 commit comments

Comments
 (0)