From 98b5ab1f1cff1d44a58f08857914895374a4b8fd Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sun, 5 Oct 2025 20:14:16 +0200 Subject: [PATCH] chore(version): bump to 0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3966c55..f6391f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyvtt" -version = "0.4.5" +version = "0.5.0" description = "Python Voice to Text + LLMA" authors = [{ name = "Max P.", email = "Mail@MPassarello.de" }] license = { text = "MIT" }