From a58ff9cb20a04203c6f1941bfa84b4914371affd Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Fri, 10 Oct 2025 07:37:17 +0000 Subject: [PATCH] bump: update version to 3.7.0 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },