From 07117fbc31a3fbd53d1c9a97224d8c3e54694308 Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Sat, 5 Jul 2025 11:51:43 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.7=20=E2=86=92=200.1.8?= 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 95787c6..75e468e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kompage" -version = "0.1.7" +version = "0.1.8" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" @@ -29,7 +29,7 @@ url = "https://git.theprivateserver.de/api/packages/KomSuite/pypi/simple/" [tool.bumpversion] -current_version = "0.1.7" +current_version = "0.1.8" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"