From 2f4bb4e8ad1dfede3afeb1ada1ba73c87d84b704 Mon Sep 17 00:00:00 2001 From: Andrea Rizzi Date: Sat, 9 Nov 2019 23:02:11 +0100 Subject: [PATCH] Update setup.py for release 0.25.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = """\