commit | d7aa4085623b222058edb0ff38392c38c5e00c54 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Sun Feb 07 18:43:12 2021 |
committer | Charles Harris <charlesr.harris@gmail.com> | Sun Feb 07 18:43:12 2021 |
tree | 5f726aeefe0b97fd499540b71cc18ff35e1a99c8 | |
parent | 1b522e38a844486e54eb49c78148f5e3434a69c6 [diff] |
REL: NumPy 1.20.1 release.
diff --git a/setup.py b/setup.py index 6511dd0..8019536 100755 --- a/setup.py +++ b/setup.py
@@ -57,7 +57,7 @@ MAJOR = 1 MINOR = 20 MICRO = 1 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) # The first version not in the `Programming Language :: Python :: ...` classifiers above