Skip to content

Commit

Permalink
Version bump -> 0.2.2 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmansc committed Sep 16, 2019
1 parent fd91d19 commit 915e016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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))
Expand Down

0 comments on commit 915e016

Please sign in to comment.