Bump version: 0.1.26 → 0.1.27

This commit is contained in:
2025-05-29 11:08:02 +02:00
parent 605dc750e7
commit 655b6c0df5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.1.26"
current_version = "0.1.27"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

View File

@@ -1 +1 @@
0.1.26
0.1.27

View File

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