From 429658d4ccefa55244bcdccd5d179795436093e4 Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Fri, 27 Jun 2025 07:18:39 +0000 Subject: [PATCH] chore: bump version to 3.4.2 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd22bfd..9b849ab 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.4.1" +version = "3.4.2" 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 e24a7a4..7ed518b 100644 --- a/uv.lock +++ b/uv.lock @@ -2788,7 +2788,7 @@ wheels = [ [[package]] name = "whisperx" -version = "3.4.1" +version = "3.4.2" source = { editable = "." } dependencies = [ { name = "ctranslate2" },