Skip to content

Commit

Permalink
release 0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey0000 committed Aug 30, 2024
1 parent 142f540 commit f820535
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "pymammotion"
version = "0.2.21"
version = "0.2.22"

[tool.poetry]
name = "pymammotion"
version = "0.2.21"
version = "0.2.22"
license = "GNU-3.0"
description = ""
readme = "README.md"
Expand Down Expand Up @@ -53,7 +53,7 @@ mypy = "^1.10.0"
pre-commit = "^3.8.0"

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

0 comments on commit f820535

Please sign in to comment.