Skip to content

Commit 148eaf5

Browse files
committed
🙈 quickfix release
1 parent c8208d8 commit 148eaf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

powershap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The init file for PowerShap
22

33
__author__ = "Jarne Verhaeghe, Jeroen Van Der Donckt"
4-
__version__ = "0.0.10"
4+
__version__ = "0.0.11"
55

66
from .powershap import PowerShap
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "powershap"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
description = "Feature selection using statistical significance of shap values"
55
authors = ["Jarne Verhaeghe, Jeroen Van Der Donckt"]
66
readme = "README.md"

0 commit comments

Comments
 (0)