From d91440adede707d378d135166b45bd3a81e81141 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 30 Apr 2025 15:04:16 +0200 Subject: [PATCH] chore: bump version to 0.2.0 - Update project version from 0.1.0 to 0.2.0 in pyproject.toml. - Reflects progress or new features added since the previous version. Signed-off-by: Max P. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb09339..7a68d95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyvtt" -version = "0.1.0" +version = "0.2.0" description = "Python Voice to Text + LLMA" authors = [{ name = "Max P.", email = "Mail@MPassarello.de" }] license = { text = "MIT" }