From 67551112fa684d1686ed173eb9724a4b8a7a86fa Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Wed, 16 Nov 2016 16:30:43 -0700 Subject: [PATCH] REL: NumPy 1.12.0b1 release. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 31c7a7831ff3..bff10aeadfc1 100755 --- a/setup.py +++ b/setup.py @@ -64,8 +64,8 @@ MAJOR = 1 MINOR = 12 MICRO = 0 -ISRELEASED = False -VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) +ISRELEASED = True +VERSION = '%d.%d.%db1' % (MAJOR, MINOR, MICRO) # Return the git revision as a string