diff options
| author | Brett Curran <brettjcurran@gmail.com> | 2026-02-12 22:39:18 +1100 |
|---|---|---|
| committer | Brett Curran <brettjcurran@gmail.com> | 2026-04-15 16:37:51 +1000 |
| commit | a4a5e9d2aeac404c61571d2f6d52636ec90bac0f (patch) | |
| tree | 4041f3f904812b3128d951aea15e88d348a44266 | |
| parent | 44cb633a1f51ae9dd0745e1e221602249b068acb (diff) | |
Bump version: 0.3.0 → 0.4.0
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index eb0ab45..9dc6b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vtt-publish" -version = "0.3.0" +version = "0.4.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.3.0" +current_version = "0.4.0" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" |
