diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2019-04-21 14:54:24 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2019-04-21 14:54:24 -0600 |
| commit | 08b17aee272fb3f64bb0e5e96e0376c0f9fd9424 (patch) | |
| tree | 52aaefbe90942c3c76a2992f6b05c86e825692c7 | |
| parent | dec22e4b46d60634b5351eb9a666cda2d169281f (diff) | |
| download | numpy-1.16.3.tar.gz | |
REL: NumPy 1.16.3 release.v1.16.3
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ Operating System :: MacOS MAJOR = 1 MINOR = 16 MICRO = 3 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) |
