diff --git a/setup.py b/setup.py index 36dc7796a3..12663f4d03 100644 --- a/setup.py +++ b/setup.py @@ -22,8 +22,8 @@ VER_MAJOR = 0 VER_MINOR = 9 -VER_MAINT = 25 -VER_PREREL = "dev1" +VER_MAINT = 24 +VER_PREREL = "" try: if call(["git", "branch"], stderr=STDOUT, stdout=open(os.devnull, 'w')) == 0: p = Popen("git log -1 --format=%cd --date=format:%Y%m%d.%H%M%S", shell=True, stdin=PIPE, stderr=PIPE, stdout=PIPE)