We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3fcb3 commit 3640d30Copy full SHA for 3640d30
pyproject.toml
@@ -24,7 +24,7 @@ exclude = ["docs/_build"]
24
25
[project]
26
name = "tespy"
27
-version = "0.7.5"
+version = "0.7.6"
28
description = "Thermal Engineering Systems in Python (TESPy)"
29
readme = "README.rst"
30
authors = [
src/tespy/__init__.py
@@ -3,7 +3,7 @@
3
import os
4
5
__datapath__ = os.path.join(importlib.resources.files("tespy"), "data")
6
-__version__ = '0.7.5 - Newton\'s Nature'
+__version__ = '0.7.6 - Newton\'s Nature'
7
8
# tespy data and connections import
9
from . import connections # noqa: F401
0 commit comments