summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-10-30 11:44:48 -0600
committerCharles Harris <charlesr.harris@gmail.com>2020-10-30 11:44:48 -0600
commit6d7b8aaed5ae9f0435764675ebac8c9ada06738f (patch)
tree736b1da005eea1aac74097fee60576f833bb78d0
parentcbec01521910d515216e1b995860db106bf9f528 (diff)
downloadnumpy-6d7b8aaed5ae9f0435764675ebac8c9ada06738f.tar.gz
REL: NumPy 1.19.4 release.v1.19.4
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0ed53a521..aefb6c57d 100755
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 19
MICRO = 4
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
# The first version not in the `Programming Language :: Python :: ...` classifiers above