Skip to content

Commit 3adc098

Browse files
committed
set release to true
1 parent 0ff403d commit 3adc098

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
@@ -37,7 +37,7 @@
3737
VERSION_MINOR = 5
3838
VERSION_PATCH = 4
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)