Skip to content

Commit b91c24e

Browse files
committed
Bump version: 1.1.1 → 1.1.2
1 parent 54bf124 commit b91c24e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "php-version-compare"
1414
copyright = "2024, Marc Trölitzsch"
1515
author = "Marc Trölitzsch"
16-
release = "1.1.1"
16+
release = "1.1.2"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

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

5555
[tool.bumpversion]
56-
current_version = "1.1.1"
56+
current_version = "1.1.2"
5757
commit = true
5858
tag = true
5959
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
@@ -5,4 +5,4 @@
55
Operator as Operator,
66
)
77

8-
__version__ = "1.1.1"
8+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)