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