From 58518ec3e0044aba1d88f77b3fef3eb72e5d89c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Mon, 16 Jan 2023 11:10:07 +0100 Subject: [PATCH] Set version to v0.0.6.dev1 --- VERSION | 2 +- docs/whats_new/v0-0-6dev.rst | 2 +- setup.py | 2 +- src/oemof/thermal/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 53081b2e..8731aa89 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -__version__ = "0.0.6dev" +__version__ = "0.0.6.dev1" diff --git a/docs/whats_new/v0-0-6dev.rst b/docs/whats_new/v0-0-6dev.rst index 33b821a7..5644bcbd 100644 --- a/docs/whats_new/v0-0-6dev.rst +++ b/docs/whats_new/v0-0-6dev.rst @@ -1,4 +1,4 @@ -v0.0.5dev (???) +v0.0.6.dev (???) ============= API Changes diff --git a/setup.py b/setup.py index 60526957..a465bf2f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup(name='oemof.thermal', - version='0.0.5', + version='0.0.6.dev1', 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 c54bc371..d86ab4f1 100644 --- a/src/oemof/thermal/__init__.py +++ b/src/oemof/thermal/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.6dev' +__version__ = '0.0.6.dev1' __project__ = 'oemof.thermal' from . import absorption_heatpumps_and_chillers