From dc25ae2077cd707e422e58d4a774eaaca028427a Mon Sep 17 00:00:00 2001 From: luc wastiaux Date: Sun, 31 Oct 2021 15:23:20 +0800 Subject: [PATCH] bump up version --- awesometts/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesometts/__init__.py b/awesometts/__init__.py index efa17a5..46713e7 100644 --- a/awesometts/__init__.py +++ b/awesometts/__init__.py @@ -75,7 +75,7 @@ def get_platform_info(): return "%s %s; %s" % (implementation, python_version, system_description) -VERSION = '1.50.0' +VERSION = '1.52.0' WEB = 'https://github.com/AwesomeTTS/awesometts-anki-addon'