summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-05-18 12:01:19 -0600
committerCharles Harris <charlesr.harris@gmail.com>2017-05-18 12:01:19 -0600
commit59aec750c677b348dce102bc6fa1e6f9395362b8 (patch)
treed24edf4c6a1875aff4e7b87aaf63ffd0e052da15
parent7ea4d3b099f2155cb14b8fb04c033699cdb225b2 (diff)
downloadnumpy-1.13.0rc2.tar.gz
REL: NumPy 1.13.0rc2 release.v1.13.0rc2
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ed8b457bf..c6692141c 100755
--- a/setup.py
+++ b/setup.py
@@ -64,8 +64,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 13
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