From f9c539a3d8260a3e889931d7aa9ffae3bbba97cd Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 11 Sep 2024 02:05:47 +0000 Subject: [PATCH] Increment Version to 0.0.6 --- ovos_messagebus/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_messagebus/version.py b/ovos_messagebus/version.py index 541afeb..89f8a72 100644 --- a/ovos_messagebus/version.py +++ b/ovos_messagebus/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 6 -VERSION_ALPHA = 1 -# END_VERSION_BLOCK \ No newline at end of file +VERSION_ALPHA = 0 +# END_VERSION_BLOCK