Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed May 14, 2019
1 parent b9ae6a2 commit 5c9c2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):


setup(name='TESPy',
version='0.1.1 dev',
version='0.1.1',
description='Thermal Engineering Systems in Python (TESPy)',
url='http://github.com/oemof/tespy',
author='Francesco Witte',
Expand Down
2 changes: 1 addition & 1 deletion tespy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. moduleauthor:: Francesco Witte <francesco.witte@hs-flensburg.de>
"""
__version__ = '0.1.1 dev'
__version__ = '0.1.1'

from tespy.components import characteristics as cmp_char, components as cmp, subsystems as subsys
from tespy import connections as con
Expand Down

0 comments on commit 5c9c2ba

Please sign in to comment.