From 8ed977d8f522f57981d0097f8776d543adcaf752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Tue, 25 Jun 2024 11:05:55 +0200 Subject: [PATCH] Release v0.5.3 --- 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 c9f5e22cf..16809c753 100644 --- a/src/oemof/solph/__init__.py +++ b/src/oemof/solph/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.3a2" +__version__ = "0.5.3" from . import buses from . import components