From 2c5ed2a46d9f442e0e52d00d5f424b661e555590 Mon Sep 17 00:00:00 2001 From: bob <1478449280@qq.com> Date: Sat, 11 Sep 2021 10:43:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E9=87=8D=E7=BD=AE=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pygtrans/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygtrans/__init__.py b/pygtrans/__init__.py index 48c9f39..5bbe57b 100644 --- a/pygtrans/__init__.py +++ b/pygtrans/__init__.py @@ -12,7 +12,7 @@ __title__ = 'pygtrans' __description__ = 'Google Translate, support APIKEY' __url__ = 'https://github.com/foyoux/pygtrans' -__version__ = '1.0.2' +__version__ = '1.1.1' __author__ = 'foyou' __author_email__ = 'yimi.0822@qq.com' __license__ = 'GPL-3.0'