Nidhal Baccouri commited on
Commit
a694c92
·
1 Parent(s): 9b91505

updated version

Browse files
Files changed (2) hide show
  1. deep_translator/__init__.py +1 -1
  2. pyproject.toml +1 -1
deep_translator/__init__.py CHANGED
@@ -14,7 +14,7 @@ from deep_translator.yandex import YandexTranslator
14
 
15
  __author__ = """Nidhal Baccouri"""
16
  __email__ = "[email protected]"
17
- __version__ = "1.9.0"
18
 
19
  __all__ = [
20
  "GoogleTranslator",
 
14
 
15
  __author__ = """Nidhal Baccouri"""
16
  __email__ = "[email protected]"
17
+ __version__ = "1.9.1"
18
 
19
  __all__ = [
20
  "GoogleTranslator",
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [tool.poetry]
2
  name = "deep-translator"
3
- version = "1.9.0"
4
  description = "A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators"
5
  license = "MIT"
6
  authors = ["Nidhal Baccouri <[email protected]>"]
 
1
  [tool.poetry]
2
  name = "deep-translator"
3
+ version = "1.9.1"
4
  description = "A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators"
5
  license = "MIT"
6
  authors = ["Nidhal Baccouri <[email protected]>"]