From 2fed70504b64759d9c17d8d58677da50c303772a Mon Sep 17 00:00:00 2001 From: PyPI Poetry Publish Bot Date: Mon, 4 Mar 2024 21:44:33 +0000 Subject: [PATCH] Change version to v2.5.2 --- __init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 106f5c02..346e2e35 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -__version__='v2.5.1' +__version__='v2.5.2' diff --git a/pyproject.toml b/pyproject.toml index 0ca87dd8..8c1bb1af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "investing-algorithm-framework" -version = "v2.5.1" +version = "v2.5.2" description = "A framework for creating trading bots" authors = ["MDUYN"] readme = "README.md"