From 59aec750c677b348dce102bc6fa1e6f9395362b8 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Thu, 18 May 2017 12:01:19 -0600 Subject: [PATCH] REL: NumPy 1.13.0rc2 release. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ed8b457bf82a..c6692141c8df 100755 --- a/setup.py +++ b/setup.py @@ -64,8 +64,8 @@ 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