From 1066a901dd05ea7011635ca9b1380ca408ab0bfb Mon Sep 17 00:00:00 2001 From: PyPI Poetry Publish Bot Date: Thu, 4 Jul 2024 09:57:31 +0000 Subject: [PATCH] Change version to v3.7.3 --- __init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 01d703e..f345f4c 100644 --- a/__init__.py +++ b/__init__.py @@ -1 +1 @@ -__version__='v3.7.2' +__version__='v3.7.3' diff --git a/pyproject.toml b/pyproject.toml index eeb5110..97454ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "investing-algorithm-framework" -version = "v3.7.2" +version = "v3.7.3" description = "A framework for creating trading bots" authors = ["MDUYN"] readme = "README.md"