diff options
| author | Brett Curran <brettjcurran@gmail.com> | 2026-02-13 10:43:24 +1100 |
|---|---|---|
| committer | Brett Curran <brettjcurran@gmail.com> | 2026-04-15 16:37:51 +1000 |
| commit | 024f674136bf56b36d4565ea4541a1a15b14898d (patch) | |
| tree | d7ce40ff35e8eedd78db23033ba9a3fd75848d6c | |
| parent | dd4fd1335d4ba159b1beadbb6d8562b41419c406 (diff) | |
Bump version: 0.5.0 → 0.5.1
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index d9178c6..1b16fb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vtt-publish" -version = "0.5.0" +version = "0.5.1" 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.5.0" +current_version = "0.5.1" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" |
