summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-12-19 14:15:29 -0700
committerCharles Harris <charlesr.harris@gmail.com>2018-12-19 14:15:29 -0700
commitc9424106d678a05a0520e74d529a448241223f32 (patch)
tree1df0fb3cfa426732e6336482979a3f20aa855d4c
parentcd1fc7ed6c3fb55b9f1ab3f33bf1d1c973363014 (diff)
downloadnumpy-c9424106d678a05a0520e74d529a448241223f32.tar.gz
REL: NumPy 1.16.0rc1 release.v1.16.0rc1
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index cc20fa61d..57d84a0b6 100755
--- a/setup.py
+++ b/setup.py
@@ -62,8 +62,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 16
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