From 8c484ca1a1fa95e610987a854429cb51e56315a2 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 15 Oct 2024 04:19:48 +0000 Subject: [PATCH] Increment Version to 0.2.1a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 3d17d33..cc3a2a1 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 0 -VERSION_ALPHA = 4 +VERSION_BUILD = 1 +VERSION_ALPHA = 1 # END_VERSION_BLOCK