Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Aug 6, 2019
1 parent 4717116 commit eda4a04
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.2 dev',
version='0.1.2',
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 <[email protected]>
"""
__version__ = '0.1.2 dev'
__version__ = '0.1.2'

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 eda4a04

Please sign in to comment.