From fc421ceef8e188b87c41e3a5b8eca1acd438eb99 Mon Sep 17 00:00:00 2001 From: Sigve Nakken Date: Wed, 28 Jun 2023 19:57:09 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.6=20=E2=86=92=201.3.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .github/workflows/pkgdown.yaml | 2 +- DESCRIPTION | 2 +- inst/CITATION | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 67a54bc..b6900e9 100755 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.6 +current_version = 1.3.7 commit = True tag = False diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 36bf07f..ff1d222 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -10,7 +10,7 @@ on: name: pkgdown env: - VERSION: '1.3.6' + VERSION: '1.3.7' jobs: pkgdown: if: "startsWith(github.event.head_commit.message, 'Bump version:')" diff --git a/DESCRIPTION b/DESCRIPTION index fe358f4..b121cda 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: pharmOncoX Type: Package Title: Annotated targeted and non-targeted anticancer drugs -Version: 1.3.6 +Version: 1.3.7 Date: 2023-06-28 Authors@R: c(person(given = "Sigve", diff --git a/inst/CITATION b/inst/CITATION index 5bb3b50..ed4e488 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -5,10 +5,10 @@ citEntry( title = "pharmOncoX: Targeted and non-targeted anti-cancer drugs and drug regimens", author = "Sigve Nakken", year = "2023", - note = "R package version 1.3.6", + note = "R package version 1.3.7", url = "https://github.com/sigven/pharmOncoX", textVersion = paste("Nakken S. ","(2023)", " pharmOncoX: Targeted and non-targeted anti-cancer drugs and drug regimens.", - " R package version 1.3.6.", + " R package version 1.3.7.", " (https://github.com/sigven/pharmOncoX)") )