We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56149e commit 35a554cCopy full SHA for 35a554c
pyproject.toml
@@ -46,7 +46,7 @@ path = "src/php_version_compare/__init__.py"
46
exclude = ["tox.ini", "tests"]
47
48
[tool.bumpversion]
49
-current_version = "0.2.1"
+current_version = "0.2.2"
50
commit = true
51
tag = true
52
tag_name = "v{new_version}"
src/php_version_compare/__init__.py
@@ -4,4 +4,4 @@
4
Operator as Operator,
5
)
6
7
-__version__ = "0.2.1"
+__version__ = "0.2.2"
0 commit comments