summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-06-02 18:52:27 -0600
committerCharles Harris <charlesr.harris@gmail.com>2020-06-02 18:52:27 -0600
commit32f514f546733ae1960077d2be93be970f4e13ef (patch)
tree5898fa46dfb1a7b4bb3163b8d6d8fab84753c4d8
parent690cf54e13562e074664527426a31ab2c1c82d4b (diff)
downloadnumpy-1.18.5.tar.gz
REL: NumPy 1.18.5 release.v1.18.5
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f0975127b..95fc9dd57 100755
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 18
MICRO = 5
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)