From 8d47499fb1669fb368df43b06c681d25faa6ab98 Mon Sep 17 00:00:00 2001 From: Francesco Witte Date: Sun, 29 Dec 2024 13:54:56 +0100 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 93e6912a2..ceda28881 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ exclude = ["docs/_build"] [project] name = "tespy" -version = "0.7.8.post1" +version = "0.7.8.post2" description = "Thermal Engineering Systems in Python (TESPy)" readme = "README.rst" authors = [ diff --git a/src/tespy/__init__.py b/src/tespy/__init__.py index 17f411783..85fb30466 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.8.post1 - Newton\'s Nature' +__version__ = '0.7.8.post2 - Newton\'s Nature' # tespy data and connections import from . import connections # noqa: F401