diff --git a/setup.py b/setup.py index 2c4d52ac..37987d38 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ ######################## VERSION = "0.25.1" # Primary base version of the build -DEVBUILD = 0 # Dev build status, Either None or Integer -ISRELEASED = False # Are we releasing this as a full cut? +DEVBUILD = None # Dev build status, Either None or Integer +ISRELEASED = True # Are we releasing this as a full cut? __version__ = VERSION ######################## CLASSIFIERS = """\