Skip to content

Commit 697316a

Browse files
committed
REL: Release 1.7.1
1 parent 8d76ceb commit 697316a

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 = 1
6060
ISRELEASED = True
61-
VERSION = '%d.%d.%drc1' % (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)