From 077da6a913293ec551ccd5151a0d6ae71ad86829 Mon Sep 17 00:00:00 2001 From: Dave Slager Date: Wed, 17 Apr 2024 00:20:11 -0700 Subject: [PATCH] bump to dev version --- DESCRIPTION | 2 +- NEWS.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index a0c0ec2..2ee5557 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -31,7 +31,7 @@ Authors@R: person(given = "William", family = "Landau", role = "rev", comment = "William reviewed the package for ropensci, see ")) -Version: 0.15.9 +Version: 0.15.9.9000 Description: A framework to help construct R data packages in a reproducible manner. Potentially time consuming processing of raw data sets into analysis ready data sets is done in a reproducible diff --git a/NEWS.md b/NEWS.md index 9115688..b5d3ea5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# DataPackageR (development version) + # DataPackageR 0.15.9 ## Bug fixes