summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Curran <brettjcurran@gmail.com>2026-03-06 11:18:25 +1100
committerBrett Curran <brettjcurran@gmail.com>2026-04-15 16:37:51 +1000
commit13f965226f1a8f67f131418a7bc713e467935418 (patch)
treeb9dd455cbd3f912def980cb173f996373b941643
parent294944abea41b11049c5016bf75081d38f17b495 (diff)
Bump version: 0.6.0 → 0.7.0HEADmain
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0ae1078..fc0f705 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "vtt-publish"
-version = "0.6.0"
+version = "0.7.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.6.0"
+current_version = "0.7.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"