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