diff options
| author | Brett Curran <brettjcurran@gmail.com> | 2026-02-13 10:11:38 +1100 |
|---|---|---|
| committer | Brett Curran <brettjcurran@gmail.com> | 2026-04-15 16:37:51 +1000 |
| commit | 1c2fafaff5810efe46ac38be8f280440cb91727c (patch) | |
| tree | b37179c7b944295fe2898c176946fb618cd24067 | |
| parent | 291671157185d05fbddf6e44584880a972797794 (diff) | |
Bump version: 0.4.0 → 0.5.0
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9dc6b80..d9178c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vtt-publish" -version = "0.4.0" +version = "0.5.0" description = "A TUI application designed for publishing files to a vtt server directory" readme = "README.md" requires-python = ">=3.12" @@ -19,7 +19,7 @@ build-backend = "hatchling.build" packages = ["src/vtt_publish"] [tool.bumpversion] -current_version = "0.4.0" +current_version = "0.5.0" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" |
