From 53bb22132b758b8a53e5181da389d0a0cade9554 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 19 Nov 2024 20:43:53 +0000 Subject: [PATCH] Increment Version to 0.3.4a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 2dde615..ba7433a 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 3 -VERSION_BUILD = 3 -VERSION_ALPHA = 0 +VERSION_BUILD = 4 +VERSION_ALPHA = 1 # END_VERSION_BLOCK