From 551fa97bc5ebf618d6686207f01ad9c3cf5ed46c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Tue, 15 Oct 2024 16:36:39 +0200 Subject: [PATCH] Release v0.6.0a2 --- src/oemof/solph/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oemof/solph/__init__.py b/src/oemof/solph/__init__.py index ab45cf3e6..e9c067e1c 100644 --- a/src/oemof/solph/__init__.py +++ b/src/oemof/solph/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.0a2" +__version__ = "0.6.0a3" from . import buses from . import components