From 15f76fe69312f0e031f04624f1c060b4c3f7b6c9 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 18 Sep 2024 01:35:00 +0000 Subject: [PATCH] Increment Version to 0.0.9 --- 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 6d64e652459..d1342abad96 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -2,7 +2,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 9 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK # for compat with old imports