From 4070408c910859890f84d3810dcd599a0b504dcc Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 6 Dec 2024 19:49:17 +0000 Subject: [PATCH] Increment Version to 0.3.2a1 --- ovos_core/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_core/version.py b/ovos_core/version.py index a06ef4d2bf94..6211ccaa36ea 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -1,8 +1,8 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 3 -VERSION_BUILD = 1 -VERSION_ALPHA = 0 +VERSION_BUILD = 2 +VERSION_ALPHA = 1 # END_VERSION_BLOCK # for compat with old imports