=
commited on
Commit
·
9eb8502
1
Parent(s):
028c38f
added shields and jap translation
Browse files- README.rst +1 -1
- deep_translator/__init__.py +1 -1
- setup.cfg +1 -1
- setup.py +1 -1
README.rst
CHANGED
@@ -23,7 +23,7 @@ deep_translator
|
|
23 |
:target: https://pepy.tech/project/deep-translator/month
|
24 |
|
25 |
|
26 |
-
.. image:: https://img.shields.io/github/last-commit/nidhaloff/
|
27 |
:alt: GitHub last commit
|
28 |
:target: https://pypi.python.org/pypi/deep_translator
|
29 |
|
|
|
23 |
:target: https://pepy.tech/project/deep-translator/month
|
24 |
|
25 |
|
26 |
+
.. image:: https://img.shields.io/github/last-commit/nidhaloff/deep_translator
|
27 |
:alt: GitHub last commit
|
28 |
:target: https://pypi.python.org/pypi/deep_translator
|
29 |
|
deep_translator/__init__.py
CHANGED
@@ -9,7 +9,7 @@ from .detection import single_detection, batch_detection
|
|
9 |
|
10 |
__author__ = """Nidhal Baccouri"""
|
11 |
__email__ = '[email protected]'
|
12 |
-
__version__ = '1.
|
13 |
|
14 |
__all__ = [GoogleTranslator,
|
15 |
PonsTranslator,
|
|
|
9 |
|
10 |
__author__ = """Nidhal Baccouri"""
|
11 |
__email__ = '[email protected]'
|
12 |
+
__version__ = '1.2.0'
|
13 |
|
14 |
__all__ = [GoogleTranslator,
|
15 |
PonsTranslator,
|
setup.cfg
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
[bumpversion]
|
2 |
-
current_version = 1.
|
3 |
commit = True
|
4 |
tag = True
|
5 |
|
|
|
1 |
[bumpversion]
|
2 |
+
current_version = 1.2.0
|
3 |
commit = True
|
4 |
tag = True
|
5 |
|
setup.py
CHANGED
@@ -51,6 +51,6 @@ setup(
|
|
51 |
test_suite='tests',
|
52 |
tests_require=test_requirements,
|
53 |
url='https://github.com/nidhaloff/deep_translator',
|
54 |
-
version='1.
|
55 |
zip_safe=False,
|
56 |
)
|
|
|
51 |
test_suite='tests',
|
52 |
tests_require=test_requirements,
|
53 |
url='https://github.com/nidhaloff/deep_translator',
|
54 |
+
version='1.2.0',
|
55 |
zip_safe=False,
|
56 |
)
|