diff --git a/README.md b/README.md index 6ae11910..270a4c0b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AI Fairness 360 (AIF360 v0.2.1) +# AI Fairness 360 (AIF360 v0.2.2) [![Build Status](https://travis-ci.org/IBM/AIF360.svg?branch=master)](https://travis-ci.org/IBM/AIF360) [![Documentation](https://readthedocs.org/projects/aif360/badge/?version=latest)](http://aif360.readthedocs.io/en/latest/?badge=latest) diff --git a/setup.py b/setup.py index 1e8780f5..c89af022 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.2.1' +version = '0.2.2' with open("aif360/version.py", 'w') as f: f.write('# generated by setup.py\nversion = "{}"\n'.format(version))