From 01774a5ebe832c970309a70e7121dcb471c11b40 Mon Sep 17 00:00:00 2001 From: Samuel Hoffman Date: Mon, 8 Apr 2024 15:31:53 -0400 Subject: [PATCH] Bump version -> 0.6.1 Signed-off-by: Samuel Hoffman --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index afdcc790..25fd4454 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ We have developed the package with extensibility in mind. This library is still in development. We encourage the contribution of your datasets, metrics, explainers, and debiasing algorithms.""" -version = '0.6.0' +version = '0.6.1' with open("aif360/version.py", 'w') as f: f.write('# generated by setup.py\nversion = "{}"\n'.format(version))