Bump version to 2.1.0

This commit is contained in:
SuHun Han 2017-04-01 20:08:38 +09:00
parent 2d99780083
commit 5e77f76ead
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
"""Free Google Translate API for Python. Translates totally free of charge."""
__all__ = 'Translator',
__version_info__ = 2, 0, 0
__version_info__ = 2, 1, 0
__version__ = '.'.join(str(v) for v in __version_info__)
from googletrans.client import Translator
from googletrans.constants import LANGUAGES
from googletrans.constants import LANGUAGES