From 31bc523fcdc5c549ed1b29dde12469d0bff49254 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 16 Sep 2024 20:04:36 +0000 Subject: [PATCH] Increment Version to 0.2.1a1 --- 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 59c1ec1..27c6206 100644 --- a/ovos_utils/version.py +++ b/ovos_utils/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 0 +VERSION_BUILD = 1 VERSION_ALPHA = 1 # END_VERSION_BLOCK \ No newline at end of file