Skip to content

Commit

Permalink
Update Version and Release
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Oct 2, 2022
1 parent 41d735c commit f3ceebe
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-6-1.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.6.1 - Upcoming features
++++++++++++++++++++++++++
v0.6.1 - Leidenfrost's Library (October, 02, 2022)
++++++++++++++++++++++++++++++++++++++++++++++++++
We have completely revised the documentation improving the overall structure
and introducing a modern look
(`PR #355 <https://github.com/oemof/tespy/pull/355>`_). Have fun exploring the
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(*names, **kwargs):

setup(
name='TESPy',
version='0.6.1.dev0',
version='0.6.1',
license='MIT',
description='Thermal Engineering Systems in Python (TESPy)',
long_description='%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/tespy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from pkg_resources import resource_filename

__datapath__ = resource_filename('tespy', 'data/')
__version__ = '0.6.1 - dev'
__version__ = '0.6.1 - Leidenfrost\'s Library'

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

0 comments on commit f3ceebe

Please sign in to comment.