summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-03-27 14:13:52 -0600
committerCharles Harris <charlesr.harris@gmail.com>2016-03-27 14:13:52 -0600
commit4092a9e160cc247a4a45724579a0c829733688ca (patch)
treee11cec065c695c241e7600c9df6bca9f2627d0c9
parent22118d037bc358ae0e33aa02b806cef6ea21ee0a (diff)
downloadnumpy-1.11.0.tar.gz
REL: Numpy 1.11.0 release.v1.11.0
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 276d7e5ea..cc8f3c18f 100755
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 11
MICRO = 0
-ISRELEASED = False
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)