update version to 1.1

This commit is contained in:
ssut 2015-06-06 14:43:17 +09:00
parent 5305de1d23
commit 4ed7f4d3ce
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.0
__version__ = 1.1

View File

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