We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8208d8 commit 148eaf5Copy full SHA for 148eaf5
powershap/__init__.py
@@ -1,7 +1,7 @@
1
# The init file for PowerShap
2
3
__author__ = "Jarne Verhaeghe, Jeroen Van Der Donckt"
4
-__version__ = "0.0.10"
+__version__ = "0.0.11"
5
6
from .powershap import PowerShap
7
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "powershap"
-version = "0.0.10"
+version = "0.0.11"
description = "Feature selection using statistical significance of shap values"
authors = ["Jarne Verhaeghe, Jeroen Van Der Donckt"]
readme = "README.md"
0 commit comments