update version to 1.1
This commit is contained in:
parent
5305de1d23
commit
4ed7f4d3ce
@ -1,3 +1,3 @@
|
|||||||
"""Free Google Translate API for Python. Translates totally free of charge."""
|
"""Free Google Translate API for Python. Translates totally free of charge."""
|
||||||
|
|
||||||
__version__ = 1.0
|
__version__ = 1.1
|
2
setup.py
2
setup.py
@ -6,7 +6,7 @@ def install():
|
|||||||
desc = googletrans.__doc__
|
desc = googletrans.__doc__
|
||||||
setup(
|
setup(
|
||||||
name='py-googletrans',
|
name='py-googletrans',
|
||||||
version='1.0.1',
|
version='1.1',
|
||||||
description=desc,
|
description=desc,
|
||||||
long_description=desc,
|
long_description=desc,
|
||||||
author='SuHun Han',
|
author='SuHun Han',
|
||||||
|
Loading…
Reference in New Issue
Block a user