Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Jul 8, 2024
1 parent 3df1909 commit 69d158c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/whats_new/v0-7-5.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.7.5 - Under development
++++++++++++++++++++++++++
v0.7.5 - Newton's Nature (July, 8, 2024)
++++++++++++++++++++++++++++++++++++++++

Documentation
#############
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.4 - Newton\'s Nature'
__version__ = '0.7.5 - Newton\'s Nature'

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

0 comments on commit 69d158c

Please sign in to comment.