diff --git a/pyproject.toml b/pyproject.toml index 3ad6616..f2092e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ngboost" -version = "0.5.0dev" +version = "0.5.1dev" description = "Library for probabilistic predictions via gradient boosting." authors = ["Stanford ML Group "] readme = "README.md"