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 = """\