Skip to content

Commit

Permalink
Bump version: 2.3.0 → 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Jun 9, 2022
1 parent 00868ed commit 7adaae6
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.3.0
current_version = 2.4.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 @@ -20,7 +20,7 @@
year = "2019-2020"
author = "Federico Tartarini"
copyright = "{0}, {1}".format(year, author)
version = release = "2.3.0"
version = release = "2.4.0"

pygments_style = "trac"
templates_path = ["."]
Expand Down
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.3.0",
version="2.4.0",
license="MIT",
description="Package to calculate several thermal comfort indices (e.g. PMV, PPD, SET, adaptive) and convert physical variables. Please cite us if you use this package: Tartarini, F., Schiavon, S., 2020. pythermalcomfort: A Python package for thermal comfort research. SoftwareX 12, 100578. https://doi.org/10.1016/j.softx.2020.100578",
long_description="%s\n%s"
Expand Down
2 changes: 1 addition & 1 deletion src/pythermalcomfort/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "__version__ = '2.3.0'"
__version__ = "__version__ = '2.4.0'"

from pythermalcomfort.models import *

0 comments on commit 7adaae6

Please sign in to comment.