From b58a0c458998eadabee5b2244596147d808b0301 Mon Sep 17 00:00:00 2001 From: Andrea Rizzi Date: Thu, 30 Nov 2017 16:00:46 -0500 Subject: [PATCH] Bump to 0.19.3. Turn off release flag. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ed4aa6d9..da79b390 100644 --- a/setup.py +++ b/setup.py @@ -15,9 +15,9 @@ DOCLINES = __doc__.split("\n") ######################## -VERSION = "0.19.2" # Primary base version of the build +VERSION = "0.19.3" # Primary base version of the build DEVBUILD = "0" # Dev build status, Either None or Integer as string -ISRELEASED = True # Are we releasing this as a full cut? +ISRELEASED = False # Are we releasing this as a full cut? __version__ = VERSION ######################## CLASSIFIERS = """\