From 300e4a21f76bb721f47209ec8416cca0bbb3c5e7 Mon Sep 17 00:00:00 2001 From: kadirnar Date: Tue, 7 May 2024 16:10:13 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20Update=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- whisperplus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisperplus/__init__.py b/whisperplus/__init__.py index 2056b47..5ea6574 100644 --- a/whisperplus/__init__.py +++ b/whisperplus/__init__.py @@ -8,6 +8,6 @@ from whisperplus.utils.download_utils import download_youtube_to_mp3, download_youtube_to_mp4 from whisperplus.utils.text_utils import format_speech_to_dialogue -__version__ = '0.3.3' +__version__ = '0.3.4' __author__ = 'kadirnar' __license__ = 'Apache License 2.0'