From 9a47ad10c3c4eb67331d1808da2992f2021986e1 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:44:40 +0100 Subject: [PATCH] Update version.py fix automation mess up --- ovos_utils/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovos_utils/version.py b/ovos_utils/version.py index 516076b6..316a5fd0 100644 --- a/ovos_utils/version.py +++ b/ovos_utils/version.py @@ -1,7 +1,7 @@ # The following lines are replaced during the release process. # START_VERSION_BLOCK VERSION_MAJOR = 0 -VERSION_MINOR = 2 +VERSION_MINOR = 1 VERSION_BUILD = 0 VERSION_ALPHA = 0 # END_VERSION_BLOCK