summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-09-09 18:16:45 -0600
committerCharles Harris <charlesr.harris@gmail.com>2020-09-09 18:16:45 -0600
commit68752f786df542d340f25c41a8920d9b2aed66cf (patch)
tree51ef33f4cdd5656dd2d5a0a29eb7f8b77fdaaa8a
parentb897953031ba9f541904b2716f1c866841b80d4d (diff)
downloadnumpy-1.19.2.tar.gz
REL: NumPy 1.19.2 release.v1.19.2
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1fa2eb299..7768e3371 100755
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 19
MICRO = 2
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)