Skip to content

Commit 63f685c

Browse files
committed
bump up version
1 parent d318abb commit 63f685c

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.4'
6+
__version__ = '0.1.5'
77

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

0 commit comments

Comments
 (0)