Skip to content

Commit

Permalink
Bump version: 2.8.12 → 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Jan 15, 2024
1 parent 2832634 commit 7f8a491
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.8.12
current_version = 2.9.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
year = "2019"
author = "Federico Tartarini"
copyright = "{0}, {1}".format(year, author)
version = release = "2.8.12"
version = release = "2.9.0"

pygments_style = "trac"
templates_path = ["."]
Expand Down
2 changes: 1 addition & 1 deletion pythermalcomfort/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "__version__ = '2.8.12'"
__version__ = "__version__ = '2.9.0'"

from pythermalcomfort.models import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

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

0 comments on commit 7f8a491

Please sign in to comment.