Skip to content

Commit

Permalink
version bump -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmansc committed Mar 4, 2021
1 parent e384c70 commit 0604693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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))
Expand Down

0 comments on commit 0604693

Please sign in to comment.