Skip to content

Commit

Permalink
docs: bump version: v1.2.1 → v1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie authored and github-actions[bot] committed Aug 2, 2024
1 parent 93ae6ad commit e0f59cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ line-length = 100
profile = "black"

[tool.bumpversion]
current_version = "1.2.1"
current_version = "1.2.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion test_actions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Test python package to test Github actions
"""

__version__ = "1.2.1"
__version__ = "1.2.2"

0 comments on commit e0f59cf

Please sign in to comment.