From 25237a1812342efa521ec8fd2d24378a72fc3d47 Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Mon, 13 Oct 2025 13:19:30 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.0=20=E2=86=92=200.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed32eed..bb8c8a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.bumpversion] -current_version = "0.0.0" +current_version = "0.0.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"