Skip to content

Commit 8c0f760

Browse files
committed
bump version 0.4.8
1 parent 43af1c8 commit 8c0f760

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: explainerdashboard/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
___version__ = "0.4.7"
1+
___version__ = "0.4.8"
22

33
from .explainers import ClassifierExplainer, RegressionExplainer # noqa
44
from .dashboards import ExplainerDashboard, ExplainerHub, InlineExplainer # noqa

Diff for: explainerdashboard/explainers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ def __init__(
388388
if not hasattr(self, "interactions_should_work"):
389389
self.interactions_should_work = True
390390

391-
self.__version__ = "0.4.0"
391+
self.__version__ = "0.4.8"
392392

393393
def get_lock(self):
394394
if not hasattr(self, "_lock"):

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="explainerdashboard",
8-
version="0.4.7",
8+
version="0.4.8",
99
description='Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.',
1010
long_description="""
1111

0 commit comments

Comments
 (0)