diff --git a/README.md b/README.md index 270a4c0b..789e8697 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AI Fairness 360 (AIF360 v0.2.2) +# AI Fairness 360 (AIF360 v0.2.3) [![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 c89af022..d3038326 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.2' +version = '0.2.3' with open("aif360/version.py", 'w') as f: f.write('# generated by setup.py\nversion = "{}"\n'.format(version))