diff --git a/pyproject.toml b/pyproject.toml index 3365ada7..be1b0188 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "EthicML" -version = "1.0.2" +version = "1.1.0" description = "EthicML is a library for performing and assessing algorithmic fairness. Unlike other libraries, EthicML isn't an education tool, but rather a researcher's toolkit." readme="README.md" authors = ["PAL "]