From 5982dcbc28e09b82715ae5410e3914aae19aa4ef Mon Sep 17 00:00:00 2001 From: adamwang15 Date: Thu, 30 Jan 2025 14:09:40 +0800 Subject: [PATCH] Increment version number to 2.0.0.9000 --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e43df7d..37f75ff 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: bsvarSIGNs Type: Package Title: Bayesian SVARs with Sign, Zero, and Narrative Restrictions -Version: 2.0 +Version: 2.0.0.9000 Date: 2025-01-28 Authors@R: c(person("Xiaolei", "Wang", , "adamwang15@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0005-6192-9061")),person("Tomasz", "Woźniak", , "wozniak.tom@pm.me", role = c("aut"), comment = c(ORCID = "0000-0003-2212-2378"))) Maintainer: Xiaolei Wang diff --git a/NEWS.md b/NEWS.md index 1ab6369..5716ce7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# bsvarSIGNs (development version) + # bsvarSIGNs 2.0 1. The package has a [vignette](https://doi.org/10.48550/arXiv.2501.16711) now! ...and better citation information [#53](https://github.com/bsvars/bsvarSIGNs/issues/53)