summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-10-26 17:21:39 +0100
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-10-26 17:21:39 +0100
commitc88fd91482782f35a78d6144331471085b8695b0 (patch)
tree39bc95026658ebd2b5cb400769416b1474bf52c2 /setup.py
parenta4eddade30a84b23c9ddce7daac7f542c29c3eff (diff)
downloadnumpy-1.9.1rc1.tar.gz
REL: Release 1.9.1rc1v1.9.1rc1
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 833eb5545..6ef9bc7fa 100755
--- a/setup.py
+++ b/setup.py
@@ -50,8 +50,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 9
MICRO = 1
-ISRELEASED = False
-VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED = True
+VERSION = '%d.%d.%drc1' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string