Skip to content

Commit

Permalink
bump version 0.1.1 -> 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Dec 11, 2024
1 parent bf105ca commit eb34379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ target-version = "py311"
max-complexity = 10

[tool.bumpver]
current_version = "0.1.1"
current_version = "0.1.2"
version_pattern = "MAJOR.MINOR.PATCH[GITHASH]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion pytest_docker_compose/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit eb34379

Please sign in to comment.