summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCharles R Harris <charlesr.harris@gmail.com>2015-09-29 03:15:21 +0000
committerCharles R Harris <charlesr.harris@gmail.com>2015-09-29 03:15:21 +0000
commit2c24d62c775dac583235606a396b4966a3f1144c (patch)
treed4aaa75ab74005b1bac47f256abca60020eb5639 /setup.py
parent72991a57e2b05740b640ca19f330056c41fa7f35 (diff)
downloadnumpy-1.10.0rc2.tar.gz
REL: Release 1.10.0rc2v1.10.0rc2
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 3cc86e047..761beca65 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.%drc2' % (MAJOR, MINOR, MICRO)
# Return the git revision as a string