From bd4c60d696196f9d1e350af3dcbe44c14180ccdd Mon Sep 17 00:00:00 2001 From: Luca Sbardella Date: Sat, 22 Jul 2023 16:53:55 +0100 Subject: [PATCH] release --- pyproject.toml | 2 +- quantflow/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7cfff96..40b7734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quantflow" -version = "0.2.3" +version = "0.2.4" description = "quantitative analysis" authors = ["Luca "] license = "BSD-3-Clause" diff --git a/quantflow/__init__.py b/quantflow/__init__.py index 55c646a..3a89773 100644 --- a/quantflow/__init__.py +++ b/quantflow/__init__.py @@ -1,2 +1,2 @@ """Quantitative analysis and pricing""" -__version__ = "0.2.3" +__version__ = "0.2.4"