From 734084cdf6f624bc33ed9f0cfcaa82840707ba6f Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:00:34 +0100 Subject: [PATCH] bump: update version to 3.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef7ed34..13759a6 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as f: setup( name="whisperx", py_modules=["whisperx"], - version="3.3.0", + version="3.3.1", description="Time-Accurate Automatic Speech Recognition using Whisper.", long_description=long_description, long_description_content_type="text/markdown",