Skip to content

Commit

Permalink
updated docs and added examples for qcri
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Aug 23, 2020
1 parent 1f09504 commit 5a870b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion deep_translator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,19 @@
from .linguee import LingueeTranslator
from .mymemory import MyMemoryTranslator
from .yandex import YandexTranslator
from .qcri import QCRI
from .detection import single_detection, batch_detection


__author__ = """Nidhal Baccouri"""
__email__ = '[email protected]'
__version__ = '1.2.3'
__version__ = '1.2.4'

__all__ = [GoogleTranslator,
PonsTranslator,
LingueeTranslator,
MyMemoryTranslator,
YandexTranslator,
QCRI,
single_detection,
batch_detection]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.3
current_version = 1.2.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/nidhaloff/deep_translator',
version='1.2.3',
version='1.2.4',
zip_safe=False,
)

0 comments on commit 5a870b6

Please sign in to comment.