diff --git a/docs/whats_new/v0-7-2.rst b/docs/whats_new/v0-7-2.rst index fcb2a6dfb..430690e81 100644 --- a/docs/whats_new/v0-7-2.rst +++ b/docs/whats_new/v0-7-2.rst @@ -1,5 +1,5 @@ -v0.7.2 - Under development -++++++++++++++++++++++++++ +v0.7.1 - Newton's Nature (January, 21, 2024) +++++++++++++++++++++++++++++++++++++++++++++ Bug Fixes ######### diff --git a/pyproject.toml b/pyproject.toml index 7f9b42cea..648caec25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ exclude = ["docs/_build"] [project] name = "tespy" -version = "0.7.1.post1" +version = "0.7.2" description = "Thermal Engineering Systems in Python (TESPy)" readme = "README.rst" authors = [ diff --git a/src/tespy/__init__.py b/src/tespy/__init__.py index fde368697..9a79a2196 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.1.post1 - Newton\'s Nature' +__version__ = '0.7.2 - Newton\'s Nature' # tespy data and connections import from . import connections # noqa: F401