Bump version: 0.2.0 → 0.2.1

This commit is contained in:
Gitea CI
2025-05-29 09:32:44 +00:00
parent e5ede589e7
commit 9b20484753

View File

@@ -1,6 +1,6 @@
[project]
name = "komconfig"
version = "0.2.0"
version = "0.2.1"
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" }]
@@ -15,7 +15,7 @@ build-backend = "hatchling.build"
test = ["pytest>=8.3.4"]
[tool.bumpversion]
current_version = "0.2.0"
current_version = "0.2.1"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"