diff --git a/DESCRIPTION b/DESCRIPTION index 8f72ebd..ed54f1d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shapviz Title: SHAP Visualizations -Version: 0.9.5 +Version: 0.10.0 Authors@R: c( person("Michael", "Mayer", , "mayermichael79@gmail.com", role = c("aut", "cre")), person("Adrian", "Stando", , "adrian.j.stando@gmail.com", role = "ctb") diff --git a/packaging.R b/packaging.R index 36a3002..a9b1467 100644 --- a/packaging.R +++ b/packaging.R @@ -14,7 +14,7 @@ library(usethis) use_description( fields = list( Title = "SHAP Visualizations", - Version = "0.9.5", + Version = "0.10.0", Description = "Visualizations for SHAP (SHapley Additive exPlanations), such as waterfall plots, force plots, various types of importance plots, dependence plots, and interaction plots.