From a6da1926b77b07b981c8b67691029cc9f41c1fc0 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 25 Nov 2024 17:13:36 +0000 Subject: [PATCH] Increment Version to 0.2.6a2 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index c3a9ffa..86d416c 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 2 VERSION_BUILD = 6 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK