Skip to content

Commit

Permalink
Change version to 0.0.2 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
joroeder committed Jul 9, 2021
1 parent ccb1b9c commit 2d55515
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2rc1"
__version__ = "0.0.2"
2 changes: 1 addition & 1 deletion dhnx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.2rc1"
__version__ = "0.0.2"

from . import input_output
from . import network
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# The short X.Y version.
# version = ''
# The full version, including alpha/beta/rc tags.
version = release = '0.0.2rc1'
version = release = '0.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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='dhnx',
version='0.0.2rc1',
version='0.0.2',
description='Simulation and optimization of district heating and cooling networks',
author="oemof developer group",
author_email='[email protected], [email protected]',
Expand Down

0 comments on commit 2d55515

Please sign in to comment.