From ac41ab10cc8081924c38e129d1fdf3d76552738d Mon Sep 17 00:00:00 2001 From: dusanparipovic Date: Fri, 13 Feb 2026 14:30:33 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e8347df..ef4c17d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gemspy" -version = "0.0.2" +version = "0.0.4" description = "Python interpreter for GEMS: modelling and simulation of complex energy systems under uncertainty" readme = "README.md" license = { file = "LICENSE" }