diff --git a/ovos_tts_plugin_ahotts/version.py b/ovos_tts_plugin_ahotts/version.py index 76c4342..3d283ec 100644 --- a/ovos_tts_plugin_ahotts/version.py +++ b/ovos_tts_plugin_ahotts/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 0 -VERSION_BUILD = 1 -VERSION_ALPHA = 0 +VERSION_BUILD = 2 +VERSION_ALPHA = 1 # END_VERSION_BLOCK diff --git a/requirements.txt b/requirements.txt index 7c046d6..f258457 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -coqui-tts -langcodes \ No newline at end of file +ovos-plugin-manager \ No newline at end of file