Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhaloff committed Nov 4, 2022
1 parent 9b91505 commit a694c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deep_translator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__author__ = """Nidhal Baccouri"""
__email__ = "[email protected]"
__version__ = "1.9.0"
__version__ = "1.9.1"

__all__ = [
"GoogleTranslator",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deep-translator"
version = "1.9.0"
version = "1.9.1"
description = "A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators"
license = "MIT"
authors = ["Nidhal Baccouri <[email protected]>"]
Expand Down

0 comments on commit a694c92

Please sign in to comment.