diff --git a/pyproject.toml b/pyproject.toml index e53276e3..eaef5b63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "EthicML" -version = "1.0.0-alpha.3" +version = "1.0.0-alpha.4" 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 "]