8000 REL: Release 1.9.0rc1 · andyfaff/numpy@36d947f · GitHub
[go: up one dir, main page]

Skip to content

Commit 36d947f

Browse files
committed
REL: Release 1.9.0rc1
1 parent 216bfb6 commit 36d947f

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
@@ -51,7 +51,7 @@
5151
MINOR = 9
5252
MICRO = 0
5353
ISRELEASED = True
54-
VERSION = '%d.%d.%db2' % (MAJOR, MINOR, MICRO)
54+
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
5555

5656

5757
# Return the git revision as a string

0 commit comments

Comments
 (0)
0