Skip to content

Commit

Permalink
REL: NumPy 1.13.0rc2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed May 18, 2017
1 parent 7ea4d3b commit 59aec75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -64,8 +64,8 @@
MAJOR = 1
MINOR = 13
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
ISRELEASED = True
VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit 59aec75

Please sign in to comment.