Bump version to 2.1.4

This commit is contained in:
SuHun Han 2017-08-11 22:04:15 +09:00
parent 066eff6293
commit a8c2655837
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.3'
__version__ = '2.1.4'
from googletrans.client import Translator