diff --git a/pyproject.toml b/pyproject.toml index 45c2f45..11949ce 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.6.0" +version = "3.7.0" description = "Time-Accurate Automatic Speech Recognition using Whisper." readme = "README.md" requires-python = ">=3.9, <3.14" diff --git a/uv.lock b/uv.lock index fb0e63a..bca6bde 100644 --- a/uv.lock +++ b/uv.lock @@ -3909,7 +3909,7 @@ wheels = [ [[package]] name = "whisperx" -version = "3.6.0" +version = "3.7.0" source = { editable = "." } dependencies = [ { name = "av" },