diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2021-05-08 17:49:33 -0600 |
|---|---|---|
| committer | Charles Harris <charlesr.harris@gmail.com> | 2021-05-09 15:42:39 -0600 |
| commit | 27b98cbe0dd9d2969e9c227e7a2070aa56f41d6d (patch) | |
| tree | f8509c3b10322ccd9127deeec72fa7cbcc0eb1bd /setup.py | |
| parent | a438741bf5e5275800d151404f33f1fc242d0697 (diff) | |
| download | numpy-1.20.3.tar.gz | |
REL: NumPy 1.20.3 release.v1.20.3
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ Operating System :: MacOS MAJOR = 1 MINOR = 20 MICRO = 3 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # The first version not in the `Programming Language :: Python :: ...` classifiers above |
