parent
80a76450d2
commit
60859940c6
@ -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.11
|
__version__ = 1.2
|
||||||
|
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.1.1',
|
version='1.2',
|
||||||
description=desc,
|
description=desc,
|
||||||
long_description=desc,
|
long_description=desc,
|
||||||
author='SuHun Han',
|
author='SuHun Han',
|
||||||
|
Loading…
Reference in New Issue
Block a user