Bump version: 0.2.4 → 0.2.5

This commit is contained in:
Gitea CI
2025-11-01 22:05:15 +00:00
parent 36aeba08ec
commit bead1b2291

View File

@@ -1,6 +1,6 @@
[project]
name = "komconfig"
version = "0.2.4"
version = "0.2.5"
description = "A small library providing a config class that provides settings data for the KomSuite"
readme = "README.md"
authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]
@@ -24,7 +24,7 @@ test = [
]
[tool.bumpversion]
current_version = "0.2.4"
current_version = "0.2.5"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"