summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-09-23 08:24:58 -0600
committerCharles Harris <charlesr.harris@gmail.com>2018-09-23 08:24:58 -0600
commit8706d48bd9918fca93ee50cb8bdc04d8ed16cbbd (patch)
tree204fa0f0406feabbf71bcda1faa4c8532e68e2fe
parent7d1fe07cb6a62c289e800bc5242faded571dbf75 (diff)
downloadnumpy-8706d48bd9918fca93ee50cb8bdc04d8ed16cbbd.tar.gz
REL: NumPy 1.14.6 release.v1.14.6
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7f2673d79..4f9b94d7d 100755
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 14
MICRO = 6
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)