We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505e6e4 commit 89a3377Copy full SHA for 89a3377
python/interpret_community/version.py
@@ -1,5 +1,5 @@
1
name = 'interpret_community'
2
_major = '0'
3
-_minor = '24'
4
-_patch = '2'
+_minor = '25'
+_patch = '0'
5
version = '{}.{}.{}'.format(_major, _minor, _patch)
0 commit comments