Skip to content

Commit

Permalink
Bump version: 1.5.4 → 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Jan 30, 2024
1 parent 36eccb3 commit 7f1c1ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.4
current_version = 1.5.5
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
name: pkgdown

env:
VERSION: '1.5.4'
VERSION: '1.5.5'
jobs:
pkgdown:
if: "startsWith(github.event.head_commit.message, 'Bump version:')"
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pharmOncoX
Type: Package
Title: Molecularly targeted cancer drugs and biomarkers
Version: 1.5.4
Version: 1.5.5
Date: 2024-01-30
Authors@R:
c(person(given = "Sigve",
Expand Down
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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.4",
note = "R package version 1.5.5",
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.4.",
" R package version 1.5.5.",
" (https://github.com/sigven/pharmOncoX)")
)

0 comments on commit 7f1c1ef

Please sign in to comment.