Skip to content

Commit 007248b

Browse files
authored
version bump -> 0.5.0
1 parent ed452b0 commit 007248b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
We have developed the package with extensibility in mind. This library is still in development. We encourage the
99
contribution of your datasets, metrics, explainers, and debiasing algorithms."""
10-
version = '0.4.0'
10+
version = '0.5.0'
1111

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

0 commit comments

Comments
 (0)