Skip to content

Commit

Permalink
bump version 0.1.0 -> 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radusuciu committed Feb 28, 2024
1 parent 1943cbd commit 84e4cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pytest-docker-compose-v2"
version = "0.1.0"
version = "0.1.1"
description = "Manages Docker containers during your integration tests"
authors = [
{name = "Radu Suciu"},
Expand Down Expand Up @@ -136,7 +136,7 @@ topo_order = false
sort_commits = "oldest"

[tool.bumpver]
current_version = "0.1.0"
current_version = "0.1.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 84e4cf4

Please sign in to comment.