From 9b204847532bb8449e5154acf5a6ba9c10223cd9 Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Thu, 29 May 2025 09:32:44 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.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 bf8398b..141f3ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "komconfig" -version = "0.2.0" +version = "0.2.1" description = "A small library providing a config class that provides settings data for the KomSuite" readme = "README.md" authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }] @@ -15,7 +15,7 @@ build-backend = "hatchling.build" test = ["pytest>=8.3.4"] [tool.bumpversion] -current_version = "0.2.0" +current_version = "0.2.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"