Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bababb956e | ||
| 0e991a7f23 | |||
|
d2bcb57d53
|
|||
|
7bacf6deb6
|
@@ -4,7 +4,8 @@
|
||||
"title": "## 🚀 Features",
|
||||
"labels": [
|
||||
"add",
|
||||
"Add"
|
||||
"Add",
|
||||
"Kind/Feature"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user