From 40fcb43c4e3e4b4d4c9194bfe3bac9b779ef582c Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 25 Nov 2024 14:22:08 +0000 Subject: [PATCH] Increment Version to 0.2.6a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 0fde2d2..c3a9ffa 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 5 -VERSION_ALPHA = 0 +VERSION_BUILD = 6 +VERSION_ALPHA = 1 # END_VERSION_BLOCK