From 06046937762329d80c4a3800da23652c637321df Mon Sep 17 00:00:00 2001 From: Samuel Hoffman Date: Thu, 4 Mar 2021 12:33:12 -0500 Subject: [PATCH] version bump -> 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4941aa50..83f9a511 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,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.3.0' +version = '0.4.0' with open("aif360/version.py", 'w') as f: f.write('# generated by setup.py\nversion = "{}"\n'.format(version))