Skip to content

Commit c2c91d1

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent 1b21a46 commit c2c91d1

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.0"
16+
release = "1.1.1"
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
@@ -52,7 +52,7 @@ path = "src/php_version_compare/__init__.py"
5252
exclude = ["tox.ini", "tests"]
5353

5454
[tool.bumpversion]
55-
current_version = "1.1.0"
55+
current_version = "1.1.1"
5656
commit = true
5757
tag = true
5858
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.0"
8+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)