From a30baa7e4662b6cc86ca2294164ebe55881aac3d Mon Sep 17 00:00:00 2001 From: Maarten Marsman <52934067+MaartenMarsman@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:51:17 +0200 Subject: [PATCH] Bump version from 0.4.0 to 0.5.0 in DESCRIPTION In the bgms version number of easybgm is checked. For 0.4.0, the current cran version, it introduces a hack to prevent easybgm from crashing. Though the underlying issues (extractor functions, class stripping) are now resolved, the in-branch easybgm version is identical to the cran/main version. This is a versioning issue in easybgm. In bgms, easybgm versions 0.4.0 or below get the shim. --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e2384c6..9f097b8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: easybgm Type: Package Title: Extracting and Visualizing Bayesian Graphical Models -Version: 0.4.0 +Version: 0.5.0 Authors@R: c( person("Karoline", "Huth", , "k.huth@uva.nl", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0662-1591")),