diff options
| author | Brett Curran <brettjcurran@gmail.com> | 2026-02-12 13:14:41 +1100 |
|---|---|---|
| committer | Brett Curran <brettjcurran@gmail.com> | 2026-02-12 13:14:41 +1100 |
| commit | 09d90f48afecc6337d1eb247bc3ecb70e59e3fee (patch) | |
| tree | 431d1fe86752ea536d5932b2eee8cc0b09c87505 | |
| parent | c6ea6efcbb9e1558d32f4a584d574ab301df41c4 (diff) | |
Bump version: 0.1.0 → 0.1.1
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 152e07a..c5cf37a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vtt-publish" -version = "0.1.0" +version = "0.1.1" 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.0" +current_version = "0.1.1" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" |
