Skip to content

Commit 148eaf5

Browse files
committedMay 2, 2024·
🙈 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

+1-1
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

+1-1
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)
Please sign in to comment.