From 3cdf2acdab31e977103d19a0864ccabb09a3ba85 Mon Sep 17 00:00:00 2001 From: PyPI Poetry Publish Bot Date: Fri, 22 Mar 2024 13:26:43 +0000 Subject: [PATCH] Change version to v3.0.0 --- __init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 1eb7a3ee..096b018a 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -__version__='v2.5.3' +__version__='v3.0.0' diff --git a/pyproject.toml b/pyproject.toml index f133cc8e..8f4e33cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "investing-algorithm-framework" -version = "v2.5.3" +version = "v3.0.0" description = "A framework for creating trading bots" authors = ["MDUYN"] readme = "README.md"