File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313project = "php-version-compare"
1414copyright = "2024, Marc Trölitzsch"
1515author = "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
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ path = "src/php_version_compare/__init__.py"
5252exclude = [" tox.ini" , " tests" ]
5353
5454[tool .bumpversion ]
55- current_version = " 1.1.0 "
55+ current_version = " 1.1.1 "
5656commit = true
5757tag = true
5858tag_name = " v{new_version}"
Original file line number Diff line number Diff line change 55 Operator as Operator ,
66)
77
8- __version__ = "1.1.0 "
8+ __version__ = "1.1.1 "
You can’t perform that action at this time.
0 commit comments