Skip to content

Commit 6085994

Browse files
committed
Update: version to 1.2
Major updates: 29819f7, #1, #2
1 parent 80a7645 commit 6085994

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

googletrans/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Free Google Translate API for Python. Translates totally free of charge."""
22

3-
__version__ = 1.11
3+
__version__ = 1.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def install():
66
desc = googletrans.__doc__
77
setup(
88
name='py-googletrans',
9-
version='1.1.1',
9+
version='1.2',
1010
description=desc,
1111
long_description=desc,
1212
author='SuHun Han',

0 commit comments

Comments
 (0)