From 1e89780b9e08e2dda53b66e2749daa55e52814c5 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 10 Sep 2024 18:02:54 +0200 Subject: [PATCH] Bump version --- DESCRIPTION | 2 +- packaging.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.