Skip to content

Commit

Permalink
Bump version: 2.11.0 → 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Dec 20, 2024
1 parent 10ff976 commit 0db6abf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "2.11.0"
current_version = "2.11.1"
commit = true
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
year = "2019"
author = "Federico Tartarini"
project_copyright = f"{year}, {author}"
version = release = "2.11.0"
version = release = "2.11.1"

autodoc_typehints = "none"
pygments_style = "trac"
Expand Down
2 changes: 1 addition & 1 deletion pythermalcomfort/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "__version__ = '2.11.0'"
__version__ = "__version__ = '2.11.1'"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(*names, **kwargs):

setup(
name="pythermalcomfort",
version="2.11.0",
version="2.11.1",
license="MIT",
description=(
"Package to calculate several thermal comfort indices (e.g. PMV, PPD, SET,"
Expand Down

0 comments on commit 0db6abf

Please sign in to comment.