From c7a69027999f0cfda80eb51b8ec2d06b9ca84c15 Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Sat, 6 Dec 2025 08:08:12 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index c988e4c..5d0d774 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1.1" +current_version = "0.1.2" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/pyproject.toml b/pyproject.toml index 71721a2..17c3485 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anilistapi" -version = "0.1.1" +version = "0.1.2" description = "Add your description here" readme = "README.md" authors = [{ name = "WorldTeacher", email = "coding_contact@pm.me" }]