diff --git a/explainerdashboard/__init__.py b/explainerdashboard/__init__.py index 15302c5..aa6e958 100644 --- a/explainerdashboard/__init__.py +++ b/explainerdashboard/__init__.py @@ -1,4 +1,4 @@ -___version__ = "0.4.4" +___version__ = "0.4.5" from .explainers import ClassifierExplainer, RegressionExplainer from .dashboards import ExplainerDashboard, ExplainerHub, InlineExplainer diff --git a/setup.py b/setup.py index 5f563b9..c6e8d22 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="explainerdashboard", - version="0.4.4", + version="0.4.5", description='Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.', long_description="""