Skip to content

Commit

Permalink
bump version to v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koryaga committed Jun 4, 2024
1 parent 82dc84c commit d64bf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Issues = "https://github.com/Netcracker/KubeMarine/issues/"
# 1. pip install bumpver
# 2. bumpver update --set-version <new version>
[tool.bumpver]
current_version = "v0.30.0"
current_version = "v0.31.0"
version_pattern = "vMAJOR.MINOR.PATCH"
commit_message = "bump version to {new_version}"
commit = true
Expand Down

0 comments on commit d64bf43

Please sign in to comment.