From 3d712412cc3f0963d7ab72179d72f69fb90765c4 Mon Sep 17 00:00:00 2001 From: Tom Medhurst Date: Tue, 14 Apr 2026 17:00:41 +0100 Subject: [PATCH] chore: bump version to 0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87e99d0..6d8da3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nexa-backtest" -version = "0.6.0b1" +version = "0.7.0" description = "Backtesting framework for European power markets" authors = ["Phase Nexa "] license = "MIT"