diff --git a/awesometts/__init__.py b/awesometts/__init__.py index e5a0116..c6a54f6 100644 --- a/awesometts/__init__.py +++ b/awesometts/__init__.py @@ -73,7 +73,7 @@ def get_platform_info(): return "%s %s; %s" % (implementation, python_version, system_description) -VERSION = '1.40.0' +VERSION = '1.41.0' WEB = 'https://github.com/AwesomeTTS/awesometts-anki-addon'