From 6ee88534a10f42b7d08a83cee32567f45821310f Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Thu, 29 May 2025 09:24:01 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf76b1d..4fbabbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "komcache" -version = "0.1.0" +version = "0.1.1" 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.0" +current_version = "0.1.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"