Skip to content

Commit eb34379

Browse files
committed
bump version 0.1.1 -> 0.1.2
1 parent bf105ca commit eb34379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ target-version = "py311"
7979
max-complexity = 10
8080

8181
[tool.bumpver]
82-
current_version = "0.1.1"
82+
current_version = "0.1.2"
8383
version_pattern = "MAJOR.MINOR.PATCH[GITHASH]"
8484
commit_message = "bump version {old_version} -> {new_version}"
8585
commit = true

pytest_docker_compose/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)