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