diff --git a/pyproject.toml b/pyproject.toml index ff95d41..89cd419 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ urls = { repository = "https://github.com/m-bain/whisperx" } authors = [{ name = "Max Bain" }] name = "whisperx" -version = "3.3.1" +version = "3.3.3" description = "Time-Accurate Automatic Speech Recognition using Whisper." readme = "README.md" requires-python = ">=3.9, <3.13" diff --git a/uv.lock b/uv.lock index 7efc42e..2be0083 100644 --- a/uv.lock +++ b/uv.lock @@ -2787,7 +2787,7 @@ wheels = [ [[package]] name = "whisperx" -version = "3.3.1" +version = "3.3.3" source = { editable = "." } dependencies = [ { name = "ctranslate2" },