Skip to content

Commit 35a554c

Browse files
committed
Bump version: 0.2.1 → 0.2.2
1 parent e56149e commit 35a554c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ path = "src/php_version_compare/__init__.py"
4646
exclude = ["tox.ini", "tests"]
4747

4848
[tool.bumpversion]
49-
current_version = "0.2.1"
49+
current_version = "0.2.2"
5050
commit = true
5151
tag = true
5252
tag_name = "v{new_version}"

src/php_version_compare/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Operator as Operator,
55
)
66

7-
__version__ = "0.2.1"
7+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)