From d0dafec4cbdc6a9825043abd745f9eace1e51781 Mon Sep 17 00:00:00 2001 From: Gitea CI Date: Tue, 25 Nov 2025 10:06:03 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dfc85e8..41d1504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "semapform-api" -version = "0.1.2" +version = "0.1.3" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ "bibapi[catalogue]>=0.0.6", "fastapi>=0.122.0", + "pip>=25.3", "uvicorn>=0.38.0", ] [[tool.uv.index]] @@ -14,7 +15,7 @@ name = "gitea" url = "https://git.theprivateserver.de/api/packages/PHB/pypi/simple/" [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}"