Skip to content

Commit

Permalink
chore(version): Bump version 0.1.8-alpha -> 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 13, 2024
1 parent d65aec5 commit f684982
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.8-alpha
image: acederberg/captura-development:0.1.9
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.8-alpha"
version = "0.1.9"
description = "A framework for adding sharing and collections to existing API projects."
authors = ["Adrian Cederberg <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -138,7 +138,7 @@ warn_required_dynamic_aliases = true


[tool.bumpver]
current_version = "0.1.8-alpha"
current_version = "0.1.9"
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.8-alpha"
__version__ = "0.1.9"

from fastapi import FastAPI

Expand Down

0 comments on commit f684982

Please sign in to comment.