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*"]