Skip to content

Commit

Permalink
bump version v1.21.0 -> v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tandav committed Nov 30, 2023
1 parent 2bdd140 commit 5c776ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipe21.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import operator
import re

__version__ = '1.21.0'
__version__ = '1.22.0'


class B:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pipe21"
version = "1.21.0"
version = "1.22.0"
authors = [
{name = "Alexander Rodionov", email = "tandav@tandav.me"},
]
Expand Down Expand Up @@ -38,7 +38,7 @@ build-backend = "setuptools.build_meta"
# ==============================================================================

[tool.bumpver]
current_version = "v1.21.0"
current_version = "v1.22.0"
version_pattern = "vMAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 5c776ac

Please sign in to comment.