diff --git a/trnsystor/__init__.py b/trnsystor/__init__.py index 5a13fc3..d3e449b 100644 --- a/trnsystor/__init__.py +++ b/trnsystor/__init__.py @@ -7,7 +7,7 @@ from .trnsysmodel import TrnsysModel # Version of the package -__version__ = "1.3.1" +__version__ = "1.3.2" # warn if a newer version of archetypal is available warn_if_outdated("trnsystor", __version__)