summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-01-28 12:56:05 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-01-28 12:56:05 -0700
commit66e91fdef4755075689f63e55732d512deb955f2 (patch)
treeb6b3b9298e8c54b6fb492b39460dd425e6e3f85d
parent7955bc83215dd880b754cb135cdfc9002fdf75a0 (diff)
downloadnumpy-1.11.0b2.tar.gz
REL: 1.11.0b2 releasev1.11.0b2
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 276d7e5ea..fe1ef39fa 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.%db2' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string