From ad7fd2041f0d7cac83d0d97dbbe3ed7914a197ea Mon Sep 17 00:00:00 2001 From: pawelru Date: Mon, 8 Apr 2024 15:45:22 +0000 Subject: [PATCH] [skip actions] Bump version to 0.3.1.9003 --- .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 b206a2f8..9802f641 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.0 + rev: v0.4.1 hooks: - id: style-files name: Style code with `styler` diff --git a/DESCRIPTION b/DESCRIPTION index 75b61f80..28878ffb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: teal.reporter Title: Reporting Tools for 'shiny' Modules -Version: 0.3.1.9002 -Date: 2024-03-28 +Version: 0.3.1.9003 +Date: 2024-04-08 Authors@R: c( person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9533-457X")), diff --git a/NEWS.md b/NEWS.md index 3593cf90..6e482934 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.reporter 0.3.1.9002 +# teal.reporter 0.3.1.9003 ### Enhancements