Skip to content

Commit

Permalink
Fix version name
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Oct 20, 2023
1 parent eb59815 commit 58ddc1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/whats_new/v0-7-0.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.7.0 - Newtons's Nature (October, 11, 2023)
+++++++++++++++++++++++++++++++++++++++++++++
v0.7.0 - Newton's Nature (October, 11, 2023)
++++++++++++++++++++++++++++++++++++++++++++

For version 0.7.0 TESPy has undergone a large refactoring of its back end:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exclude = ["docs/_build"]

[project]
name = "tespy"
version = "0.7.0"
version = "0.7.0.post1"
description = "Thermal Engineering Systems in Python (TESPy)"
readme = "README.rst"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/tespy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

__datapath__ = os.path.join(importlib.resources.files("tespy"), "data")
__version__ = '0.7.0 - Newtons\'s Nature'
__version__ = '0.7.0.post1 - Newton\'s Nature'

# tespy data and connections import
from . import connections # noqa: F401
Expand Down

0 comments on commit 58ddc1a

Please sign in to comment.