From 2cbd5835a05e8625f08465f952a2460807cc9681 Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Wed, 19 Nov 2025 16:26:59 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.2=20=E2=86=92=200.2.0?= 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 88e9341..4d362a5 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "semapform" -version = "0.1.2" +version = "0.2.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" @@ -15,7 +15,7 @@ dependencies = [ ] [tool.bumpversion] -current_version = "0.1.2" +current_version = "0.2.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"