diff --git a/pyproject.toml b/pyproject.toml index 6afc03e..37ff8e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "semapform-api" -version = "0.1.1" +version = "0.1.2" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ "bibapi>=0.0.5", "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.1" +current_version = "0.1.2" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}"