diff --git a/pyproject.toml b/pyproject.toml index 630242c..bd2a66f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "genpipes" -version = "2.0.0a0" +version = "2.0.0" description = "Simple library to compose pipeline in the sklearn way thanks to generators" authors = ["Matt G."] repository = "https://github.com/Mg30/genpipes"