Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c5a166

Browse files
committed
REL: Release 1.7.0
1 parent a43307c commit 0c5a166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
MINOR = 7
5959
MICRO = 0
6060
ISRELEASED = True
61-
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
61+
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
6262

6363
# Return the git revision as a string
6464
def git_version():

0 commit comments

Comments
 (0)