Skip to content

Commit

Permalink
Update: version to 1.2
Browse files Browse the repository at this point in the history
Major updates: 29819f7, #1, #2
  • Loading branch information
ssut committed Jul 17, 2015
1 parent 80a7645 commit 6085994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion googletrans/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Free Google Translate API for Python. Translates totally free of charge."""

__version__ = 1.11
__version__ = 1.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6085994

Please # to comment.