Bump version: 0.1.2 → 0.1.3

This commit is contained in:
2025-03-15 21:09:25 +01:00
parent 653bbb0d06
commit 3f7ba8725f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.1.2"
current_version = "0.1.3"
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.2"
version = "0.1.3"
description = "Add your description here"
readme = "README.md"
authors = [