From b2d50a027b7488d0516c793020d46ae9fdf8dc2e Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Sat, 3 May 2025 11:38:54 +0200 Subject: [PATCH] chore: bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b0bb73..14c3976 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.3" +version = "3.3.4" description = "Time-Accurate Automatic Speech Recognition using Whisper." readme = "README.md" requires-python = ">=3.9, <3.13" @@ -33,4 +33,4 @@ include-package-data = true [tool.setuptools.packages.find] where = ["."] -include = ["whisperx*"] \ No newline at end of file +include = ["whisperx*"]