Skip to content

Commit 3640d30

Browse files
committed
Bump version to 0.7.6
1 parent 6a3fcb3 commit 3640d30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exclude = ["docs/_build"]
2424

2525
[project]
2626
name = "tespy"
27-
version = "0.7.5"
27+
version = "0.7.6"
2828
description = "Thermal Engineering Systems in Python (TESPy)"
2929
readme = "README.rst"
3030
authors = [

src/tespy/__init__.py

+1-1
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.7.5 - Newton\'s Nature'
6+
__version__ = '0.7.6 - Newton\'s Nature'
77

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

0 commit comments

Comments
 (0)