Bump version: 0.2.3 → 0.2.4

This commit is contained in:
Gitea CI
2025-11-01 21:55:55 +00:00
parent 26b694999f
commit 423277cc7a

View File

@@ -1,6 +1,6 @@
[project]
name = "komconfig"
version = "0.2.3"
version = "0.2.4"
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.3"
current_version = "0.2.4"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"