Skip to content

Commit

Permalink
chore: bump to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssut committed Dec 19, 2018
1 parent 94bd300 commit 194d65a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion googletrans/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 194d65a

Please sign in to comment.