From 43a721561ea7d0a452f03ee9d571d6f0c3065e63 Mon Sep 17 00:00:00 2001 From: Tom Medhurst Date: Sat, 18 Apr 2026 21:32:13 +0100 Subject: [PATCH] chore: bump version to 0.8.0 Co-Authored-By: Claude Haiku 4.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d8da3e..a767ccc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nexa-backtest" -version = "0.7.0" +version = "0.8.0" description = "Backtesting framework for European power markets" authors = ["Phase Nexa "] license = "MIT"