From c665c8a4ab13f7e0a96d09c6c872fac0b9399506 Mon Sep 17 00:00:00 2001 From: Tom Medhurst Date: Fri, 27 Mar 2026 10:40:27 +0000 Subject: [PATCH] chore: bump version to 1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d78ed9..1a89453 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nexa-bidkit" -version = "1.0.0" +version = "1.1.0" description = "Day-ahead and intraday auction bid generation for European power markets" authors = [] readme = "README.md"