Skip to content

Commit

Permalink
Set version number
Browse files Browse the repository at this point in the history
  • Loading branch information
c-moeller committed Jul 3, 2020
1 parent 64c5bc1 commit 24a2268
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3dev"
__version__ = "0.0.3"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(fname):


setup(name='oemof.thermal',
version='0.0.2',
version='0.0.3',
author='oemof developer group',
author_email='[email protected]',
description=(
Expand Down
2 changes: 1 addition & 1 deletion src/oemof/thermal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.0.3dev'
__version__ = '0.0.3'
__project__ = 'oemof.thermal'

0 comments on commit 24a2268

Please sign in to comment.