From 7763c1c5a36647afbee310249fee82e1211b0f40 Mon Sep 17 00:00:00 2001 From: Samuel Hoffman Date: Tue, 2 Jun 2020 18:24:37 -0400 Subject: [PATCH] version bump -> 0.3.0 (#176) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c95d738..07d26867 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.0rc0' +version = '0.3.0' with open("aif360/version.py", 'w') as f: f.write('# generated by setup.py\nversion = "{}"\n'.format(version))