4 Commits
v1.0.9 ... main

2 changed files with 4 additions and 3 deletions

View File

@@ -4,7 +4,8 @@
"title": "## 🚀 Features",
"labels": [
"add",
"Add"
"Add",
"Kind/Feature"
]
},
{

View File

@@ -1,6 +1,6 @@
[project]
name = "workflowbumptester"
version = "1.0.9"
version = "1.0.10"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
@@ -10,7 +10,7 @@ dependencies = [
]
[tool.bumpversion]
current_version = "1.0.9"
current_version = "1.0.10"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"