summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9dc6b80..d9178c6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "vtt-publish"
-version = "0.4.0"
+version = "0.5.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.4.0"
+current_version = "0.5.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"