Skip to content

Commit 84e4cf4

Browse files
committed
bump version 0.1.0 -> 0.1.1
1 parent 1943cbd commit 84e4cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytest-docker-compose-v2"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Manages Docker containers during your integration tests"
55
authors = [
66
{name = "Radu Suciu"},
@@ -136,7 +136,7 @@ topo_order = false
136136
sort_commits = "oldest"
137137

138138
[tool.bumpver]
139-
current_version = "0.1.0"
139+
current_version = "0.1.1"
140140
version_pattern = "MAJOR.MINOR.PATCH"
141141
commit_message = "bump version {old_version} -> {new_version}"
142142
commit = true

0 commit comments

Comments
 (0)