Skip to content

Commit

Permalink
REL: NumPy 1.12.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
charris committed Jan 15, 2017
1 parent f59a2fb commit 561f1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -64,7 +64,7 @@
MAJOR = 1
MINOR = 12
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand Down

0 comments on commit 561f1ac

Please sign in to comment.