From 25ed12fdf9b8abc730cafa262bb9b57b7a9e5313 Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Fri, 4 Jul 2025 14:24:50 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.2=20=E2=86=92=200.1.3?= 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 a48916c..48982bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "komsuite-nyaapy" -version = "0.1.2" +version = "0.1.3" description = "A rewritten hard fork of the original NyaaPy library." license = "MIT" readme = "README.md" @@ -20,7 +20,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.bumpversion] -current_version = "0.1.2" +current_version = "0.1.3" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"