summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-02-09 16:50:55 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-02-09 16:50:55 -0700
commitfe0231d5e5256696c9aa923e62e0ca1d02223b40 (patch)
tree32fc064b0339e9f9c508a6654f949171bac49bb8
parent7fa12e5fb5c61032c8e160f88e6155cadefa0bf6 (diff)
downloadnumpy-fe0231d5e5256696c9aa923e62e0ca1d02223b40.tar.gz
REL: Numpy 1.11.0b3 releasev1.11.0b3
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 276d7e5ea..5a08a1dad 100755
--- a/setup.py
+++ b/setup.py
@@ -59,8 +59,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 11
MICRO = 0
-ISRELEASED = False
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%db3' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string