| commit | cbdc3b7477aa0b497406bbb2df1025bed290f3cb | [log] [tgz] |
|---|---|---|
| author | Charles Harris <charlesr.harris@gmail.com> | Tue Aug 27 21:10:37 2019 |
| committer | Charles Harris <charlesr.harris@gmail.com> | Tue Aug 27 21:10:37 2019 |
| tree | 703f51e8ae592cf80ee246315e7d4ab0902e48f4 | |
| parent | b117fb640fb2dafc50758a8d7972e824a6e97b72 [diff] |
REL: NumPy 1.16.5 release.
diff --git a/setup.py b/setup.py index 0e9d386..61c5e6e 100755 --- a/setup.py +++ b/setup.py
@@ -62,7 +62,7 @@ MAJOR = 1 MINOR = 16 MICRO = 5 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)