We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d318abb commit 63f685cCopy full SHA for 63f685c
1 file changed
fasttreeshap/__init__.py
@@ -3,7 +3,7 @@
3
import warnings
4
import sys
5
6
-__version__ = '0.1.4'
+__version__ = '0.1.5'
7
8
# check python version
9
if (sys.version_info < (3, 0)):
0 commit comments