4 Commits
v1.0.9 ... main

2 changed files with 4 additions and 3 deletions

View File

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

View File

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