From 98fc0596d45b0c6e49b27ed7e32fc92a6bdf2b47 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Mon, 5 May 2025 12:02:55 +0200 Subject: [PATCH] chore: bump version to 0.4.4 Signed-off-by: Max P. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8198ed..eb771d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyvtt" -version = "0.4.3" +version = "0.4.4" description = "Python Voice to Text + LLMA" authors = [{ name = "Max P.", email = "Mail@MPassarello.de" }] license = { text = "MIT" }