From 1fdaf8049ff2f24adb95aae461a9109d360b67e9 Mon Sep 17 00:00:00 2001 From: fatih akyon <34196005+fcakyon@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:27:35 +0300 Subject: [PATCH] update version (#46) --- safetext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safetext/__init__.py b/safetext/__init__.py index 13bdb4f..f746f45 100644 --- a/safetext/__init__.py +++ b/safetext/__init__.py @@ -7,7 +7,7 @@ from safetext.utils import detect_language_from_srt, detect_language_from_text -__version__ = "0.0.8" +__version__ = "0.0.9" class SafeText: