From 4e4389a03f42baa6e90b934945c39b853ec790ed Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sun, 18 May 2025 20:41:38 +0200 Subject: [PATCH] chore(version): bump to 0.4.5 - Update project version from 0.4.4 to 0.4.5 - Prepares for the next release with minor updates --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb771d8..3966c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyvtt" -version = "0.4.4" +version = "0.4.5" description = "Python Voice to Text + LLMA" authors = [{ name = "Max P.", email = "Mail@MPassarello.de" }] license = { text = "MIT" }