Skip to content

Commit

Permalink
bump version 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oegedijk committed Dec 29, 2024
1 parent 43af1c8 commit 8c0f760
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion explainerdashboard/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
___version__ = "0.4.7"
___version__ = "0.4.8"

from .explainers import ClassifierExplainer, RegressionExplainer # noqa
from .dashboards import ExplainerDashboard, ExplainerHub, InlineExplainer # noqa
2 changes: 1 addition & 1 deletion explainerdashboard/explainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def __init__(
if not hasattr(self, "interactions_should_work"):
self.interactions_should_work = True

self.__version__ = "0.4.0"
self.__version__ = "0.4.8"

def get_lock(self):
if not hasattr(self, "_lock"):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="explainerdashboard",
version="0.4.7",
version="0.4.8",
description='Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.',
long_description="""
Expand Down

0 comments on commit 8c0f760

Please sign in to comment.