From 36451360cecf0e4869f45bf99657f745acce8451 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 15 Nov 2024 21:42:27 +0000 Subject: [PATCH] Increment Version to 0.3.7a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 8ddb69f..844ba08 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 3 -VERSION_BUILD = 6 -VERSION_ALPHA = 0 +VERSION_BUILD = 7 +VERSION_ALPHA = 1 # END_VERSION_BLOCK