From 4328b37c0a03bc29ba6ed61ff5b1e8082373c0a8 Mon Sep 17 00:00:00 2001 From: Nidhal Baccouri Date: Sat, 27 May 2023 00:32:13 +0200 Subject: [PATCH] updated version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cef0eb9..4877222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ ensure_newline_before_comments = true [tool.poetry] name = "deep-translator" -version = "1.11.0" +version = "1.11.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 "]