summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles R Harris <charlesr.harris@gmail.com>2015-08-11 17:10:35 +0000
committerCharles R Harris <charlesr.harris@gmail.com>2015-08-11 17:10:35 +0000
commitb9640613ddeaa5993916718ebec8c71d4001d489 (patch)
tree522b1d33159838fd27c1626c82286bc9281d194e
parent3caf12a1a979805a9cd56da15d99628fcb97364a (diff)
downloadnumpy-1.10.0b1.tar.gz
REL: Release 1.10.0b1v1.10.0b1
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 3cc86e047..547a94a61 100755
--- a/setup.py
+++ b/setup.py
@@ -58,8 +58,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 10
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