Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Mar 30, 2022
1 parent 22ce629 commit f344bec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 = 0.7.0
current_version = 0.7.1
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: '0.7.0'
VERSION: '0.7.1'
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: oncoPharmaDB
Type: Package
Title: Dataset with targeted and non-targeted anticancer drugs
Version: 0.7.0
Version: 0.7.1
Date: 2022-03-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 = "oncoPharmaDB: Targeted and non-targeted anti-cancer drugs and drug regimens",
author = "Sigve Nakken",
year = "2022",
note = "R package version 0.7.0",
note = "R package version 0.7.1",
url = "https://github.com/sigven/oncoPharmaDB",
textVersion = paste("Nakken S. ","(2022)",
" oncoPharmaDB: Targeted and non-targeted anti-cancer drugs and drug regimens.",
" R package version 0.7.0.",
" R package version 0.7.1.",
" (https://github.com/sigven/oncoPharmaDB)")
)
2 changes: 1 addition & 1 deletion vignettes/installation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ output: rmarkdown::html_document
---

* `install.packages("devtools")`
* `devtools::install_github("sigven/oncoPharmaDB", ref = '0.7.0)`
* `devtools::install_github("sigven/oncoPharmaDB", ref = '0.7.1)`

0 comments on commit f344bec

Please sign in to comment.