From 8350676aabf4a5b559e170df4efaab77bb872bc0 Mon Sep 17 00:00:00 2001 From: BaptisteZloch Date: Thu, 18 May 2023 17:21:17 +0200 Subject: [PATCH] v0.2.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7c93ce..80280f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quant-invest-lab" -version = "0.2.5" +version = "0.2.6" 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 "] readme = "README.md"