chore: bump to 2.4.0

This commit is contained in:
SuHun Han 2018-12-20 01:04:17 +09:00
parent 94bd300e75
commit 194d65a2e2
3 changed files with 4 additions and 4 deletions

View File

@ -14,11 +14,10 @@ requests = "==2.13.0"
[dev-packages]
future = "*"
coveralls = "*"
"pytest-watch" = "*"
"pytest-testmon" = "*"
[requires]
python_version = "3.6"
python_version = "3.7"

View File

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

View File

@ -55,7 +55,8 @@ def install():
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'],
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7'],
packages=find_packages(exclude=['docs', 'tests']),
keywords='google translate translator',
install_requires=[