Skip to content

Commit bcfdc76

Browse files
committed
Merge branch 'main' into dev
2 parents d615245 + 3deacfb commit bcfdc76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exclude = [
2626

2727
[project]
2828
name = "tespy"
29-
version = "0.9.13.dev0"
29+
version = "0.9.13"
3030
description = "Thermal Engineering Systems in Python (TESPy)"
3131
readme = "README.rst"
3232
authors = [

src/tespy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44

55
__datapath__ = os.path.join(importlib.resources.files("tespy"), "data")
6-
__version__ = '0.9.13.dev0'
6+
__version__ = '0.9.13 - Kelvin\'s Kingdom'
77

88
# tespy data and connections import
99
from . import connections # noqa: F401

0 commit comments

Comments
 (0)