From 444ea094e6fc323b6d0679fa5d44bcc3e2962e24 Mon Sep 17 00:00:00 2001 From: Nick Christofides <118103879+NicChr@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:30:26 +0100 Subject: [PATCH] Updated version to 0.9.3.9000. --- DESCRIPTION | 2 +- NEWS.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 02dd959..80d2919 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: cheapr Title: Simple Functions to Save Time and Memory -Version: 0.9.3 +Version: 0.9.3.9000 Authors@R: person("Nick", "Christofides", , "nick.christofides.r@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9743-7342")) diff --git a/NEWS.md b/NEWS.md index 1ff5f08..1d865e1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# cheapr +#cheapr (Development version) + +# cheapr (29-Jul-2024) * Range based subsetting, e.g. `sset(x, 1:10)` should now be faster.