From dad4f8097fa5597e6b973c0fbf90a68792060aca Mon Sep 17 00:00:00 2001 From: Francesco Witte Date: Tue, 30 Apr 2024 18:09:08 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- src/tespy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f0de59ed..dd3340450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ exclude = ["docs/_build"] [project] name = "tespy" -version = "0.7.3" +version = "0.7.4" description = "Thermal Engineering Systems in Python (TESPy)" readme = "README.rst" authors = [ diff --git a/src/tespy/__init__.py b/src/tespy/__init__.py index 5ba67599d..fa062803f 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.3 - Newton\'s Nature' +__version__ = '0.7.4 - Newton\'s Nature' # tespy data and connections import from . import connections # noqa: F401