From 11e93673af3505c78b35c3719dc90589d75d7cbb Mon Sep 17 00:00:00 2001 From: Thomas MK Date: Thu, 18 Aug 2022 21:38:37 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34a743b8..a58c159b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "EthicML" -version = "1.0.0-alpha.4" +version = "1.0.0-beta.1" 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 "]