From f5b40b5366a6bdb0dcd01fe8b462f266051e0918 Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Thu, 1 May 2025 10:43:08 +0200 Subject: [PATCH] chore: update version to 3.3.3 in pyproject.toml and uv.lock --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },