Skip to content

Commit f44b181

Browse files
committed
bump fasttreeshap version
1 parent b08edb7 commit f44b181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fasttreeshap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import warnings
44
import sys
55

6-
__version__ = '0.1.3'
6+
__version__ = '0.1.4'
77

88
# check python version
99
if (sys.version_info < (3, 0)):

0 commit comments

Comments
 (0)