From 408d7e2e1ae671c6178aa716325835bf33504f05 Mon Sep 17 00:00:00 2001 From: luc wastiaux Date: Sun, 5 Jul 2020 10:10:23 +0800 Subject: [PATCH] upgrade version --- awesometts/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesometts/__init__.py b/awesometts/__init__.py index 692db13..dba103f 100644 --- a/awesometts/__init__.py +++ b/awesometts/__init__.py @@ -71,7 +71,7 @@ def get_platform_info(): return "%s %s; %s" % (implementation, python_version, system_description) -VERSION = '1.17.0' +VERSION = '1.18.0' WEB = 'https://github.com/AwesomeTTS/awesometts-anki-addon'