Bump version: 0.1.5 → 0.1.6

This commit is contained in:
2025-03-25 21:47:19 +01:00
parent c92d32a392
commit 5aece5c5db
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.1.5"
current_version = "0.1.6"
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.5"
version = "0.1.6"
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" }]