From 55a34420bb7e30ee3ea52977cdfef3aefde770f9 Mon Sep 17 00:00:00 2001 From: Thomas MK Date: Tue, 28 Jun 2022 12:38:56 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "]