Bump version: 0.1.25 → 0.1.26

This commit is contained in:
2025-05-29 11:07:57 +02:00
parent 78faddf56e
commit 605dc750e7
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.1.25"
current_version = "0.1.26"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
@@ -20,3 +20,5 @@ pre_commit_hooks = []
post_commit_hooks = []
[[tool.bumpversion.files]]
filename = ".version"
[[tool.bumpversion.files]]
filename = "pyproject.toml"

View File

@@ -1 +1 @@
0.1.25
0.1.26

View File

@@ -1,6 +1,6 @@
[project]
name = "workflowbumptester"
version = "0.1.0"
version = "0.1.26"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"