From 2439f55ecf425351913b1089f059e4b195c1af1d Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 31 Jan 2025 07:26:23 +0000 Subject: [PATCH] Increment Version to 0.5.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 eb8b1f66024..2c5794c989f 100644 --- a/ovos_core/version.py +++ b/ovos_core/version.py @@ -2,7 +2,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 5 VERSION_BUILD = 0 -VERSION_ALPHA = 1 +VERSION_ALPHA = 0 # END_VERSION_BLOCK # for compat with old imports