summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Curran <brettjcurran@gmail.com>2026-02-12 13:14:41 +1100
committerBrett Curran <brettjcurran@gmail.com>2026-02-12 13:14:41 +1100
commit09d90f48afecc6337d1eb247bc3ecb70e59e3fee (patch)
tree431d1fe86752ea536d5932b2eee8cc0b09c87505
parentc6ea6efcbb9e1558d32f4a584d574ab301df41c4 (diff)
Bump version: 0.1.0 → 0.1.1
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 152e07a..c5cf37a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "vtt-publish"
-version = "0.1.0"
+version = "0.1.1"
description = "A TUI application designed for publishing files to a vtt server directory"
readme = "README.md"
requires-python = ">=3.12"
@@ -9,7 +9,7 @@ dependencies = [
]
[tool.bumpversion]
-current_version = "0.1.0"
+current_version = "0.1.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"