summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-12-19 15:13:46 -0700
committerCharles Harris <charlesr.harris@gmail.com>2016-12-19 15:13:46 -0700
commit4cf6f18cff3a4080c6a53e5c2bd63e6b9bf7e5db (patch)
treec8e7fbef76db89170da331d14cf8b7fab2709dd4
parenta6df5aec7a303db2911a8b6e2f33554e4205b5c4 (diff)
downloadnumpy-1.12.0rc1.tar.gz
REL: NumPy 1.12.0rc1 release.v1.12.0rc1
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 31c7a7831..ecebf66be 100755
--- a/setup.py
+++ b/setup.py
@@ -64,8 +64,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 12
MICRO = 0
-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