From 8ce971a85b8ad4cd1d742361586948fa1efe54b1 Mon Sep 17 00:00:00 2001 From: Tom Medhurst Date: Mon, 6 Apr 2026 15:23:58 +0100 Subject: [PATCH] chore: bump version to 0.1.0b2 Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 2 +- src/nexa_backtest/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 670d80a..cfa19bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nexa-backtest" -version = "0.1.0b1" +version = "0.1.0b2" description = "Backtesting framework for European power markets" authors = ["Phase Nexa "] license = "MIT" diff --git a/src/nexa_backtest/_version.py b/src/nexa_backtest/_version.py index eb8f377..79518e6 100644 --- a/src/nexa_backtest/_version.py +++ b/src/nexa_backtest/_version.py @@ -1 +1 @@ -__version__ = "0.1.0b1" +__version__ = "0.1.0b2"