From dc7a2f8079f338eb38c152a635d29b0e1ffe3970 Mon Sep 17 00:00:00 2001 From: Tom Medhurst Date: Mon, 6 Apr 2026 09:57:00 +0100 Subject: [PATCH] chore: bump version to 0.1.0b1 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 a81ca21..28962ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nexa-backtest" -version = "0.1.0" +version = "0.1.0b1" 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 3dc1f76..eb8f377 100644 --- a/src/nexa_backtest/_version.py +++ b/src/nexa_backtest/_version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.0b1"