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