Skip to content

Commit

Permalink
REL: NumPy 1.17.0rc1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Jun 30, 2019
1 parent 27d77ce commit 9bd91ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
MAJOR = 1
MINOR = 17
MICRO = 0
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
ISRELEASED = True
VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)


# Return the git revision as a string
Expand Down

0 comments on commit 9bd91ae

Please sign in to comment.