From 44df51e6d3b079e0db02961c8807a610f49cdc58 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Thu, 12 Dec 2024 10:30:36 +0000 Subject: [PATCH] Increment Version to 0.3.5 --- 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 9be48b5924a..ab65ab05afb 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -2,7 +2,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 3 VERSION_BUILD = 5 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK # for compat with old imports