We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf105ca commit eb34379Copy full SHA for eb34379
pyproject.toml
@@ -79,7 +79,7 @@ target-version = "py311"
79
max-complexity = 10
80
81
[tool.bumpver]
82
-current_version = "0.1.1"
+current_version = "0.1.2"
83
version_pattern = "MAJOR.MINOR.PATCH[GITHASH]"
84
commit_message = "bump version {old_version} -> {new_version}"
85
commit = true
pytest_docker_compose/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.1"
+__version__ = "0.1.2"
0 commit comments