summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-05-08 17:49:33 -0600
committerCharles Harris <charlesr.harris@gmail.com>2021-05-09 15:42:39 -0600
commit27b98cbe0dd9d2969e9c227e7a2070aa56f41d6d (patch)
treef8509c3b10322ccd9127deeec72fa7cbcc0eb1bd /setup.py
parenta438741bf5e5275800d151404f33f1fc242d0697 (diff)
downloadnumpy-1.20.3.tar.gz
REL: NumPy 1.20.3 release.v1.20.3
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 65cbd8719..0a925eb3b 100755
--- a/setup.py
+++ b/setup.py
@@ -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