From ba66688e043648e3a21ffdc6f322ca5a97697596 Mon Sep 17 00:00:00 2001 From: PyPI Poetry Publish Bot Date: Mon, 4 Mar 2024 19:33:49 +0000 Subject: [PATCH] Change version to v2.5.0 --- __init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 89a7b93d..9db72e2c 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -__version__='v2.4.0' +__version__='v2.5.0' diff --git a/pyproject.toml b/pyproject.toml index b723ba7b..3fbfc2a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "investing-algorithm-framework" -version = "v2.4.0" +version = "v2.5.0" description = "A framework for creating trading bots" authors = ["MDUYN"] readme = "README.md"