From 7e4d6524ed338d4b399e41705db3ab190fc815bc Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 30 Apr 2025 15:55:35 +0200 Subject: [PATCH] chore: bump version to 0.4.1 Signed-off-by: Max P. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0647d1c..f4f0901 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyvtt" -version = "0.4.0" +version = "0.4.1" description = "Python Voice to Text + LLMA" authors = [{ name = "Max P.", email = "Mail@MPassarello.de" }] license = { text = "MIT" }