Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Dec 6, 2022
1 parent c7c9f43 commit c00492c
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 = 0.6.0
current_version = 0.6.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 @@ -12,7 +12,7 @@ on:
name: pkgdown

env:
VERSION: '0.6.0'
VERSION: '0.6.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: gwasOncoX
Type: Package
Title: Human GWAS tracks for the oncology domain
Version: 0.6.0
Version: 0.6.1
Date: 2022-12-06
Authors@R: person(given = "Sigve", family = "Nakken", role = c("aut", "cre"),
email = "[email protected]",
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 = "gwasOncoX: Low-to-moderate risk variants from GWAS studies in cancer",
author = "Sigve Nakken",
year = "2022",
note = "R package version 0.6.0",
note = "R package version 0.6.1",
url = "https://github.com/sigven/gwasOncoX",
textVersion = paste("Nakken S. ","(2022)",
" gwasOncoX: Low-to-moderate risk variants in cancer.",
" R package version 0.6.0.",
" R package version 0.6.1.",
" (https://github.com/sigven/gwasOncoX)")
)

0 comments on commit c00492c

Please sign in to comment.