Bump version to 2.2.0 (#40)

[skip ci]
This commit is contained in:
SuHun Han 2017-10-02 23:32:47 +09:00
parent 15549dcdf8
commit f51e949b57
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
"""Free Google Translate API for Python. Translates totally free of charge."""
__all__ = 'Translator',
__version__ = '2.1.4'
__version__ = '2.2.0'
from googletrans.client import Translator