From 6dd18442b3700002984a5e74c97d33efab18fb53 Mon Sep 17 00:00:00 2001 From: BFalquet Date: Mon, 8 Apr 2024 16:04:41 +0000 Subject: [PATCH] [skip actions] Bump version to 0.1.6.9011 --- .pre-commit-config.yaml | 2 +- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50710b55..d93d8523 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -122,7 +122,7 @@ repos: design/.* )$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files args: ["--maxkb=1000"] diff --git a/DESCRIPTION b/DESCRIPTION index 34c653ea..a5cba889 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: teal.modules.hermes Title: RNA-Seq Analysis Modules to Add to a Teal Application -Version: 0.1.6.9010 -Date: 2024-04-02 +Version: 0.1.6.9011 +Date: 2024-04-08 Authors@R: c( person("Daniel", "Sabanés Bové", , "daniel.sabanes_bove@roche.com", role = c("aut", "cre")), person("Nikolas", "Burkoff", role = "aut"), diff --git a/NEWS.md b/NEWS.md index de8aac06..cf962d76 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.modules.hermes 0.1.6.9010 +# teal.modules.hermes 0.1.6.9011 ### Miscellaneous * Added placeholders for `assaySpec`, `adtteSpec` and `geneSpec` inputs when no option is selected.