We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b21a46 commit c2c91d1Copy full SHA for c2c91d1
3 files changed
docs/source/conf.py
@@ -13,7 +13,7 @@
13
project = "php-version-compare"
14
copyright = "2024, Marc Trölitzsch"
15
author = "Marc Trölitzsch"
16
-release = "1.1.0"
+release = "1.1.1"
17
18
# -- General configuration ---------------------------------------------------
19
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -52,7 +52,7 @@ path = "src/php_version_compare/__init__.py"
52
exclude = ["tox.ini", "tests"]
53
54
[tool.bumpversion]
55
-current_version = "1.1.0"
+current_version = "1.1.1"
56
commit = true
57
tag = true
58
tag_name = "v{new_version}"
src/php_version_compare/__init__.py
@@ -5,4 +5,4 @@
5
Operator as Operator,
6
)
7
8
-__version__ = "1.1.0"
+__version__ = "1.1.1"
0 commit comments