From fb958911d0dd3c3a2160d75d7f758ae76da61a7d Mon Sep 17 00:00:00 2001 From: BaptisteZloch Date: Sun, 21 May 2023 22:10:56 +0200 Subject: [PATCH] v0.2.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4668b5d..de1ee13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quant-invest-lab" -version = "0.2.7" +version = "0.2.8" description = "Quant Invest Lab is a python package to help you to do some quantitative experiments, while trying to learn or build quantitative investment solutions. This project was initially my own set of functionnalities but I decided to build a package for that and sharing it as open source project." authors = ["BaptisteZloch "] maintainers = ["BaptisteZloch "]