diff --git a/pyproject.toml b/pyproject.toml index cabdd7f8..43da22c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ exclude = ["docs/_build"] [project] name = "tespy" -version = "0.7.5" +version = "0.7.6" description = "Thermal Engineering Systems in Python (TESPy)" readme = "README.rst" authors = [ diff --git a/src/tespy/__init__.py b/src/tespy/__init__.py index 6b25da46..5342b863 100644 --- a/src/tespy/__init__.py +++ b/src/tespy/__init__.py @@ -3,7 +3,7 @@ import os __datapath__ = os.path.join(importlib.resources.files("tespy"), "data") -__version__ = '0.7.5 - Newton\'s Nature' +__version__ = '0.7.6 - Newton\'s Nature' # tespy data and connections import from . import connections # noqa: F401