We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d615245 + 3deacfb commit bcfdc76Copy full SHA for bcfdc76
2 files changed
pyproject.toml
@@ -26,7 +26,7 @@ exclude = [
26
27
[project]
28
name = "tespy"
29
-version = "0.9.13.dev0"
+version = "0.9.13"
30
description = "Thermal Engineering Systems in Python (TESPy)"
31
readme = "README.rst"
32
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.9.13.dev0'
+__version__ = '0.9.13 - Kelvin\'s Kingdom'
7
8
# tespy data and connections import
9
from . import connections # noqa: F401
0 commit comments