diff --git a/pyproject.toml b/pyproject.toml index 2810dc1..6d316f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "DeepUQ" packages = [{include = "deepuq"}] -version = "0.1.4" +version = "0.1.5" description = "a package for investigating and comparing the predictive uncertainties from deep learning models" authors = ["beckynevin "] readme = "README.md"