chore: bump to 2.3.0

This commit is contained in:
SuHun Han 2018-06-12 22:41:25 +09:00
parent 8ebf364a44
commit 48653332ef
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.2.0'
__version__ = '2.3.0'
from googletrans.client import Translator