summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-01-25 18:03:03 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-01-25 18:04:34 -0700
commit2d1d5c4535bd6df34bed4bf304e253667abf8096 (patch)
tree4b581a8680b88a17f69200e15cd66473f4fe6ad8
parent4efeb3028a1f547483f42fd4c8211d5fa0c07658 (diff)
downloadnumpy-1.11.0b1.tar.gz
REL: 1.11.0b1 releasev1.11.0b1
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ded914b11..522f9c6bd 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.%db1' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string