diff options
| author | Brett Curran <brettjcurran@gmail.com> | 2026-02-12 14:12:43 +1100 |
|---|---|---|
| committer | Brett Curran <brettjcurran@gmail.com> | 2026-04-15 16:35:18 +1000 |
| commit | c56890809dca7b667fd222f1ee6328a770a8b79c (patch) | |
| tree | 988abc1d659f142d1ab319140cfe3e9d9e72b3cb | |
| parent | 521b5c2b678099c8c6f7845a3584bd1cbdd87a67 (diff) | |
Bump version: 0.1.1 → 0.2.0
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index c5cf37a..1e106ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vtt-publish" -version = "0.1.1" +version = "0.2.0" description = "A TUI application designed for publishing files to a vtt server directory" readme = "README.md" requires-python = ">=3.12" @@ -9,7 +9,7 @@ dependencies = [ ] [tool.bumpversion] -current_version = "0.1.1" +current_version = "0.2.0" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" |
