From 268bcd9353449410c5002f6fb8febc8dacc525bd Mon Sep 17 00:00:00 2001 From: Levi Naden Date: Mon, 27 Nov 2017 20:37:38 -0500 Subject: [PATCH] Bump to 0.19.2 , Deactivate release flag --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index bf1191a4..3d5f2cdb 100644 --- a/setup.py +++ b/setup.py @@ -15,9 +15,9 @@ DOCLINES = __doc__.split("\n") ######################## -VERSION = "0.19.1" # Primary base version of the build -DEVBUILD = None # Dev build status, Either None or Integer as string -ISRELEASED = True # Are we releasing this as a full cut? +VERSION = "0.19.2" # Primary base version of the build +DEVBUILD = "0" # Dev build status, Either None or Integer as string +ISRELEASED = False # Are we releasing this as a full cut? __version__ = VERSION ######################## CLASSIFIERS = """\