From ccc68b80305ff5b363d10f6e905fb4e5276a8adb Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 9 Jul 2018 10:35:40 -0600 Subject: REL: NumPy 1.15.0rc2 release. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c28557f68..0eb7f7f1e 100755 --- a/setup.py +++ b/setup.py @@ -65,8 +65,8 @@ Operating System :: MacOS MAJOR = 1 MINOR = 15 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 -- cgit v1.2.1