From bcbb682ce38a3092d393d9b2c6057bd19111659c Mon Sep 17 00:00:00 2001 From: Reynold Mok <34395415+reyery@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:00:28 +0200 Subject: [PATCH] Update cea version --- cea/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cea/__init__.py b/cea/__init__.py index 9091a9462..8f5645713 100644 --- a/cea/__init__.py +++ b/cea/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.0-alpha.2" +__version__ = "4.0.0-alpha.3" class ConfigError(Exception): """Raised when the configuration of a tool contains some invalid values."""