chore: bump version to 0.2.0
All checks were successful
Build and Publish / build-and-publish (push) Successful in 18s

- 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. <Mail@MPassarello.de>
This commit is contained in:
2025-04-30 15:04:16 +02:00
parent a569bb6206
commit d91440aded

View File

@@ -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" }