Skip to content

Commit

Permalink
Bump version -> 0.6.1 (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmansc committed Apr 8, 2024
1 parent 43ed895 commit 7c4f172
Showing 1 changed file with 1 addition and 1 deletion.
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.6.0'
version = '0.6.1'

with open("aif360/version.py", 'w') as f:
f.write('# generated by setup.py\nversion = "{}"\n'.format(version))
Expand Down

0 comments on commit 7c4f172

Please sign in to comment.