Bump version: 0.1.2 → 0.1.3

This commit is contained in:
Gitea CI
2025-11-01 20:38:39 +00:00
parent e607f33200
commit 31fe85995d

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "komcache" name = "komcache"
version = "0.1.2" version = "0.1.3"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
authors = [ authors = [
@@ -21,7 +21,7 @@ build-backend = "hatchling.build"
komconfig = { workspace = true } komconfig = { workspace = true }
[tool.bumpversion] [tool.bumpversion]
current_version = "0.1.2" current_version = "0.1.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"] serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}" search = "{current_version}"