summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2014-03-23 11:47:59 +0100
committerRalf Gommers <ralf.gommers@googlemail.com>2014-03-23 11:47:59 +0100
commit06f96948ff0a1f6ceb71bf4a2c6640dcdcd56be0 (patch)
treebe31059a21fb4b4f664f45e8d6103e15ae2b6dab /setup.py
parent893d770e260923590a88ac7fb3d4f8cbe3e68453 (diff)
downloadnumpy-06f96948ff0a1f6ceb71bf4a2c6640dcdcd56be0.tar.gz
REL: set version to 1.8.1-rc2-dev for distutils and 1.8.1 for Bento.
Bento should ideally be looking inside setup.py for the version number, but that for later.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2e7bdb1ec..66ee58d92 100755
--- a/setup.py
+++ b/setup.py
@@ -50,8 +50,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 8
MICRO = 1
-ISRELEASED = True
-VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
+ISRELEASED = False
+VERSION = '%d.%d.%drc2' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string