8000 REL: Release 1.7.0rc2 · ContinuumIO/numpy@a43307c · GitHub
[go: up one dir, main page]

Skip to content

Commit a43307c

Browse files
committed
REL: Release 1.7.0rc2
1 parent 579e89c commit a43307c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
MAJOR = 1
5858
MINOR = 7
5959
MICRO = 0
60-
ISRELEASED = False
61-
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
60+
ISRELEASED = True
61+
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
62< 44F1 /code>62

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

0 commit comments

Comments
 (0)
0