From bcc3211063208016f77237b49184c3963e57152c Mon Sep 17 00:00:00 2001 From: Malcolm Barrett Date: Mon, 22 May 2023 13:20:41 -0400 Subject: [PATCH] Increment version number to 0.2.9 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 729d644c..068d6dde 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ggdag Title: Analyze and Create Elegant Directed Acyclic Graphs -Version: 0.2.8.9000 +Version: 0.2.9 Authors@R: person("Malcolm", "Barrett", , "malcolmbarrett@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0299-5825")) diff --git a/NEWS.md b/NEWS.md index 4c3e1ee7..9f64d876 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# ggdag (development version) +# ggdag 0.2.9 * Fixed bugs in instrumental functions for complex and non-existent IVs (#99) * Updated URLs to new r-causal GitHub repository (#94)