From 772481b0075e633f1d8773ebd21f127bd042d5ff Mon Sep 17 00:00:00 2001 From: dusanparipovic Date: Fri, 29 May 2026 13:41:25 +0200 Subject: [PATCH] Update version to 0.1.1 and document changes in CHANGELOG.md --- docs/CHANGELOG.md | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 64860cca..6487c93a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to GemsPy are documented here. -## [Unreleased] +## [0.1.1] - 2026-05-29 ### Scenario-scope playlist (replaces `nb-scenarios`) diff --git a/pyproject.toml b/pyproject.toml index b32b352e..dc825b23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "gemspy" -version = "0.1.0" +version = "0.1.1" description = "Python interpreter for GEMS: modelling and simulation of complex energy systems under uncertainty" readme = "README.md" license = { file = "LICENSE" } diff --git a/uv.lock b/uv.lock index 44df108c..2ebe86d7 100644 --- a/uv.lock +++ b/uv.lock @@ -678,7 +678,7 @@ wheels = [ [[package]] name = "gemspy" -version = "0.1.0" +version = "0.1.1" source = { editable = "." } dependencies = [ { name = "antlr4-python3-runtime" },