commit | 7ebbc2ed3b4a388dd3942e1d8ef2de18074a09b3 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Mon May 27 20:07:23 2019 |
committer | Charles Harris <charlesr.harris@gmail.com> | Mon May 27 20:07:23 2019 |
tree | 4b61dd2f99e91690ffa7ac66868ccbba42ba7e10 | |
parent | 858cd32281759cb26591f01066e34fd3a3fd4e60 [diff] |
REL: NumPy 1.16.4 release.
diff --git a/setup.py b/setup.py index bd3880a..8b2ded1 100755 --- a/setup.py +++ b/setup.py
@@ -62,7 +62,7 @@ MAJOR = 1 MINOR = 16 MICRO = 4 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)