From 2dfb0b6454c86973224fef6167ea5fac3df49498 Mon Sep 17 00:00:00 2001 From: github-actions <> Date: Thu, 17 Oct 2024 04:12:42 +0000 Subject: [PATCH] chore(version): Bump version 0.1.9 -> 0.1.10 --- docker/compose.yaml | 2 +- pyproject.toml | 4 ++-- src/captura/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/compose.yaml b/docker/compose.yaml index f3a7e4a..6640ac7 100644 --- a/docker/compose.yaml +++ b/docker/compose.yaml @@ -6,7 +6,7 @@ services: extends: file: ./compose.base.yaml service: server - image: acederberg/captura-development:0.1.9 + image: acederberg/captura-development:0.1.10 networks: captura: {} volumes: diff --git a/pyproject.toml b/pyproject.toml index b0ba1b5..fb9a4f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ include = [ "src/captura/logging.yaml", "src/simulatus/assets/*.yaml", ] -version = "0.1.9" +version = "0.1.10" description = "A framework for adding sharing and collections to existing API projects." authors = ["Adrian Cederberg "] license = "MIT" @@ -139,7 +139,7 @@ warn_required_dynamic_aliases = true [tool.bumpver] -current_version = "0.1.9" +current_version = "0.1.10" version_pattern = "MAJOR.MINOR.PATCH[-TAG]" commit_message = "chore(version): Bump version {old_version} -> {new_version}" commit = true diff --git a/src/captura/__init__.py b/src/captura/__init__.py index 9726284..1480235 100644 --- a/src/captura/__init__.py +++ b/src/captura/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.9" +__version__ = "0.1.10" from fastapi import FastAPI