diff options
| author | Brett Curran <brettjcurran@gmail.com> | 2026-02-12 15:44:52 +1100 |
|---|---|---|
| committer | Brett Curran <brettjcurran@gmail.com> | 2026-04-15 16:37:51 +1000 |
| commit | 2e7b1a5cea25903427532dcd956630fbdc0cfba1 (patch) | |
| tree | 7b628f7bf0afffb31f12f808a32fcd1541634705 | |
| parent | 633be70cc583104c7df7e545b5ca9775c249114c (diff) | |
Bump version: 0.2.0 → 0.3.0
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index cfeac26..dcde496 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vtt-publish" -version = "0.2.0" +version = "0.3.0" description = "A TUI application designed for publishing files to a vtt server directory" readme = "README.md" requires-python = ">=3.12" @@ -12,7 +12,7 @@ dependencies = [ publish = 'vtt_publish.tui:main' [tool.bumpversion] -current_version = "0.2.0" +current_version = "0.3.0" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" |
