From 190bf6e0098af849c5dc86cd417a92cfe52dc7d9 Mon Sep 17 00:00:00 2001 From: Francesco Witte Date: Sun, 2 Mar 2025 09:14:30 +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 16adfda9..4df60e5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ exclude = ["docs/_build"] [project] name = "tespy" -version = "0.7.9.dev0" +version = "0.7.9" description = "Thermal Engineering Systems in Python (TESPy)" readme = "README.rst" authors = [ diff --git a/src/tespy/__init__.py b/src/tespy/__init__.py index 70ade2f6..31307c77 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.9.dev0 - Newton\'s Nature' +__version__ = '0.7.9 - Newton\'s Nature' # tespy data and connections import from . import connections # noqa: F401