Update: version to 1.2

Major updates: 29819f7, #1, #2
This commit is contained in:
ssut 2015-07-18 00:24:17 +09:00
parent 80a76450d2
commit 60859940c6
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
"""Free Google Translate API for Python. Translates totally free of charge."""
__version__ = 1.11
__version__ = 1.2

View File

@ -6,7 +6,7 @@ def install():
desc = googletrans.__doc__
setup(
name='py-googletrans',
version='1.1.1',
version='1.2',
description=desc,
long_description=desc,
author='SuHun Han',