Skip to content

Commit

Permalink
version bump -> 0.3.0 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmansc committed Jun 2, 2020
1 parent 782b4ac commit 7763c1c
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.0rc0'
version = '0.3.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 7763c1c

Please sign in to comment.