8000 Release 1.7.0b2 · ewmoore/numpy@f217517 · GitHub
[go: up one dir, main page]

Skip to content

Commit f217517

Browse files
committed
Release 1.7.0b2
1 parent 50f71cb commit f217517

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.%drc1' % (MAJOR, MINOR, MICRO)
60+
ISRELEASED = True
61+
VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)
44FA 6262

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

0 commit comments

Comments
 (0)
0