From 7cf82232cdcf04608242c33344394f234c9fb467 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 1 Nov 2024 22:35:33 +0000 Subject: [PATCH] Increment Version to 0.2.5a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index dd17284..31884c6 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 4 -VERSION_ALPHA = 0 +VERSION_BUILD = 5 +VERSION_ALPHA = 1 # END_VERSION_BLOCK