diff --git a/pyproject.toml b/pyproject.toml index 5d87347..340ae91 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.5.0" +version = "3.6.0" 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 66e85fb..dff36e1 100644 --- a/uv.lock +++ b/uv.lock @@ -3278,7 +3278,7 @@ wheels = [ [[package]] name = "whisperx" -version = "3.5.0" +version = "3.6.0" source = { editable = "." } dependencies = [ { name = "av" },