Skip to content

Commit b2d50a0

Browse files
committed
chore: bump version
1 parent 36d552c commit b2d50a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
urls = { repository = "https://github.com/m-bain/whisperx" }
33
authors = [{ name = "Max Bain" }]
44
name = "whisperx"
5-
version = "3.3.3"
5+
version = "3.3.4"
66
description = "Time-Accurate Automatic Speech Recognition using Whisper."
77
readme = "README.md"
88
requires-python = ">=3.9, <3.13"
@@ -33,4 +33,4 @@ include-package-data = true
3333

3434
[tool.setuptools.packages.find]
3535
where = ["."]
36-
include = ["whisperx*"]
36+
include = ["whisperx*"]

0 commit comments

Comments
 (0)