From 2aad32a030f5982f6f9e959b3b62066bcedc0dd1 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 11 Sep 2024 02:48:30 +0000 Subject: [PATCH] Increment Version to 0.2.1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 27c6206..a210c75 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 2 VERSION_BUILD = 1 -VERSION_ALPHA = 1 -# END_VERSION_BLOCK \ No newline at end of file +VERSION_ALPHA = 0 +# END_VERSION_BLOCK