From c1e8873b8823d01ba7dd9db13d9226787ad3d917 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 6 Dec 2024 15:38:03 +0000 Subject: [PATCH] Increment Version to 0.3.0 --- 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 47b3233a2c66..ace7c69b3491 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -2,7 +2,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 3 VERSION_BUILD = 0 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK # for compat with old imports