Bump version: 0.1.9 → 0.2.0

This commit is contained in:
Gitea CI
2025-05-23 14:52:49 +00:00
parent 8a0b73c60d
commit d4ef36a54b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.1.9"
current_version = "0.2.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

View File

@@ -1,6 +1,6 @@
[project]
name = "komconfig"
version = "0.1.9"
version = "0.2.0"
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" }]