From 265ce178fc1afcf942e2e1fabd7c8fab64e94893 Mon Sep 17 00:00:00 2001 From: 0xdeaddood Date: Wed, 27 Oct 2021 12:27:35 -0300 Subject: [PATCH] Revert "And going back to dev version" This reverts commit ef65bdc3479dea0c7f6aea14ba2f96b3b9396892. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)