Bump version: 0.1.1 → 0.1.2

This commit is contained in:
Gitea CI
2025-06-03 18:32:53 +00:00
parent afec45a002
commit 1776d17c52

View File

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