From 78e06f18a48677ef086a6e02c0d2e0f34ac4bfdd Mon Sep 17 00:00:00 2001 From: Brett Curran Date: Sat, 14 Feb 2026 23:08:38 +1100 Subject: Bump version: 0.5.1 → 0.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b16fb1..0ae1078 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vtt-publish" -version = "0.5.1" +version = "0.6.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.5.1" +current_version = "0.6.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" -- cgit v1.2.3