[project] name = "semapform" version = "0.2.2" description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ "bibapi>=0.0.4", "fastapi>=0.117.1", "jinja2>=3.1.6", "pip>=25.2", "python-dotenv>=1.1.1", "python-multipart>=0.0.20", "uvicorn>=0.37.0", ] [tool.bumpversion] current_version = "0.2.2" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" replace = "{new_version}" regex = false ignore_missing_version = false ignore_missing_files = false tag = true sign_tags = false tag_name = "v{new_version}" tag_message = "Bump version: {current_version} → {new_version}" allow_dirty = true commit = true message = "Bump version: {current_version} → {new_version}" moveable_tags = [] commit_args = "" setup_hooks = [] pre_commit_hooks = [] post_commit_hooks = [] [[tool.uv.index]] name = "gitea" url = "https://git.theprivateserver.de/api/packages/PHB/pypi/simple/"