Skip to content

Commit 0440c34

Browse files
committed
prepare release
1 parent 0f8ea9a commit 0440c34

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 = 3
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)