diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d420c08..c65ee50 100755 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.9 +current_version = 1.5.10 commit = True tag = False diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index d4b1173..2f3c39d 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -10,7 +10,7 @@ on: name: pkgdown env: - VERSION: '1.5.9' + VERSION: '1.5.10' jobs: pkgdown: if: "startsWith(github.event.head_commit.message, 'Bump version:')" diff --git a/DESCRIPTION b/DESCRIPTION index 4f49050..c493143 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: pharmOncoX Type: Package Title: Molecularly targeted cancer drugs and biomarkers -Version: 1.5.9 +Version: 1.5.10 Date: 2024-03-08 Authors@R: c(person(given = "Sigve", diff --git a/inst/CITATION b/inst/CITATION index 2a3601c..9edd660 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.5.9", + note = "R package version 1.5.10", 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.5.9.", + " R package version 1.5.10.", " (https://github.com/sigven/pharmOncoX)") )