=
commited on
Commit
·
01ec7b4
1
Parent(s):
9562deb
updated readme
Browse files- README.rst +4 -4
- deep_translator/__init__.py +1 -1
- setup.cfg +1 -1
- setup.py +1 -1
README.rst
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
##################
|
2 |
-
|
3 |
##################
|
4 |
|
5 |
.. image:: assets/icon.jpg
|
@@ -10,9 +10,9 @@ deep_translator
|
|
10 |
|
|
11 |
|
12 |
|
13 |
-
.. image:: https://img.shields.io/pypi/v/
|
14 |
:target: https://pypi.python.org/pypi/deep_translator
|
15 |
-
.. image:: https://img.shields.io/travis/nidhaloff/
|
16 |
:target: https://travis-ci.com/nidhaloff/deep_translator
|
17 |
.. image:: https://readthedocs.org/projects/deep-translator/badge/?version=latest
|
18 |
:target: https://deep-translator.readthedocs.io/en/latest/?badge=latest
|
@@ -30,7 +30,7 @@ deep_translator
|
|
30 |
:target: https://pepy.tech/project/deep-translator/month
|
31 |
|
32 |
|
33 |
-
.. image:: https://img.shields.io/github/last-commit/nidhaloff/
|
34 |
:alt: GitHub last commit
|
35 |
:target: https://pypi.python.org/pypi/deep_translator
|
36 |
|
|
|
1 |
##################
|
2 |
+
deep-translator
|
3 |
##################
|
4 |
|
5 |
.. image:: assets/icon.jpg
|
|
|
10 |
|
|
11 |
|
12 |
|
13 |
+
.. image:: https://img.shields.io/pypi/v/deep-translator.svg
|
14 |
:target: https://pypi.python.org/pypi/deep_translator
|
15 |
+
.. image:: https://img.shields.io/travis/nidhaloff/deep-translator.svg
|
16 |
:target: https://travis-ci.com/nidhaloff/deep_translator
|
17 |
.. image:: https://readthedocs.org/projects/deep-translator/badge/?version=latest
|
18 |
:target: https://deep-translator.readthedocs.io/en/latest/?badge=latest
|
|
|
30 |
:target: https://pepy.tech/project/deep-translator/month
|
31 |
|
32 |
|
33 |
+
.. image:: https://img.shields.io/github/last-commit/nidhaloff/deep-translator
|
34 |
:alt: GitHub last commit
|
35 |
:target: https://pypi.python.org/pypi/deep_translator
|
36 |
|
deep_translator/__init__.py
CHANGED
@@ -12,7 +12,7 @@ from .detection import single_detection, batch_detection
|
|
12 |
|
13 |
__author__ = """Nidhal Baccouri"""
|
14 |
__email__ = '[email protected]'
|
15 |
-
__version__ = '1.2.
|
16 |
|
17 |
__all__ = [GoogleTranslator,
|
18 |
PonsTranslator,
|
|
|
12 |
|
13 |
__author__ = """Nidhal Baccouri"""
|
14 |
__email__ = '[email protected]'
|
15 |
+
__version__ = '1.2.7'
|
16 |
|
17 |
__all__ = [GoogleTranslator,
|
18 |
PonsTranslator,
|
setup.cfg
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
[bumpversion]
|
2 |
-
current_version = 1.2.
|
3 |
commit = True
|
4 |
tag = True
|
5 |
|
|
|
1 |
[bumpversion]
|
2 |
+
current_version = 1.2.7
|
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.2.
|
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.7',
|
55 |
zip_safe=False,
|
56 |
)
|