From 550699936e0e17c78b843f8b7c8b085b5bb2e406 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Sat, 2 Nov 2024 22:50:16 +0000 Subject: [PATCH] Increment Version to 0.2.6 --- ovos_core/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_core/version.py b/ovos_core/version.py index f20953abff4..d0f30611d36 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -2,7 +2,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 2 VERSION_BUILD = 6 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK # for compat with old imports