chore: bump to 2.4.0
This commit is contained in:
parent
94bd300e75
commit
194d65a2e2
3
Pipfile
3
Pipfile
@ -14,11 +14,10 @@ requests = "==2.13.0"
|
|||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
future = "*"
|
|
||||||
coveralls = "*"
|
coveralls = "*"
|
||||||
"pytest-watch" = "*"
|
"pytest-watch" = "*"
|
||||||
"pytest-testmon" = "*"
|
"pytest-testmon" = "*"
|
||||||
|
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.6"
|
python_version = "3.7"
|
@ -1,6 +1,6 @@
|
|||||||
"""Free Google Translate API for Python. Translates totally free of charge."""
|
"""Free Google Translate API for Python. Translates totally free of charge."""
|
||||||
__all__ = 'Translator',
|
__all__ = 'Translator',
|
||||||
__version__ = '2.3.0'
|
__version__ = '2.4.0'
|
||||||
|
|
||||||
|
|
||||||
from googletrans.client import Translator
|
from googletrans.client import Translator
|
||||||
|
3
setup.py
3
setup.py
@ -55,7 +55,8 @@ def install():
|
|||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'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']),
|
packages=find_packages(exclude=['docs', 'tests']),
|
||||||
keywords='google translate translator',
|
keywords='google translate translator',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
Loading…
Reference in New Issue
Block a user