File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ___version__ = "0.4.7 "
1+ ___version__ = "0.4.8 "
22
33from .explainers import ClassifierExplainer , RegressionExplainer # noqa
44from .dashboards import ExplainerDashboard , ExplainerHub , InlineExplainer # noqa
Original file line number Diff line number Diff 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" ):
Original file line number Diff line number Diff line change 55
66setup (
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
You can’t perform that action at this time.
0 commit comments