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 "]