From 2e7b1a5cea25903427532dcd956630fbdc0cfba1 Mon Sep 17 00:00:00 2001 From: Brett Curran Date: Thu, 12 Feb 2026 15:44:52 +1100 Subject: Bump version: 0.2.0 → 0.3.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(-) (limited to 'pyproject.toml') 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\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" -- cgit v1.2.3