summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-05-31 15:56:06 -0600
committerCharles Harris <charlesr.harris@gmail.com>2020-05-31 15:56:06 -0600
commitc063b7dc2a4d96a1ebc6c9c0373eae9f722bf69a (patch)
treeb56c43019d67097813c163058e79a73059dc0ff6
parent77dff0b0426dadde0b417731fefbd0e933b9b3e5 (diff)
downloadnumpy-c063b7dc2a4d96a1ebc6c9c0373eae9f722bf69a.tar.gz
REL: NumPy 1.19.0rc2 release.v1.19.0rc2
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index d88a6f81b..0f17a165e 100755
--- a/setup.py
+++ b/setup.py
@@ -56,8 +56,8 @@ Operating System :: MacOS
MAJOR = 1
MINOR = 19
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