Skip to content

Commit

Permalink
chore(version): Bump version 0.1.9 -> 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 17, 2024
1 parent 843704a commit 2dfb0b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/captura/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.9"
__version__ = "0.1.10"

from fastapi import FastAPI

Expand Down

0 comments on commit 2dfb0b6

Please sign in to comment.