Skip to content

Commit fff0a3b

Browse files
committed
set release
1 parent f63eebf commit fff0a3b

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 = 6
3838
VERSION_PATCH = 1
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)