Skip to content

Commit 86e74d0

Browse files
committed
prepare 0.7.1 release
1 parent 22b2f82 commit 86e74d0

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