From 24a2268ae4ff30a91487fc4de2bdddfdaffc1d88 Mon Sep 17 00:00:00 2001 From: "caroline.moeller" Date: Fri, 3 Jul 2020 17:52:51 +0200 Subject: [PATCH] Set version number --- VERSION | 2 +- setup.py | 2 +- src/oemof/thermal/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index b9b03062..27fdca49 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -__version__ = "0.0.3dev" +__version__ = "0.0.3" diff --git a/setup.py b/setup.py index ced3236f..e3eed65c 100644 --- a/setup.py +++ b/setup.py @@ -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='contact@oemof.org', description=( diff --git a/src/oemof/thermal/__init__.py b/src/oemof/thermal/__init__.py index ef206e44..83651ced 100644 --- a/src/oemof/thermal/__init__.py +++ b/src/oemof/thermal/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.0.3dev' +__version__ = '0.0.3' __project__ = 'oemof.thermal'