From c80d0713e9399d432c0622e051dbeaef43305d57 Mon Sep 17 00:00:00 2001 From: Sigve Nakken Date: Mon, 15 Jan 2024 10:35:10 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.1=20=E2=86=92=201.0.2?= 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 4da7ae5..41763f7 100755 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.1 +current_version = 1.0.2 commit = True tag = False diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index ecf981d..4277df4 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -12,7 +12,7 @@ on: name: pkgdown env: - VERSION: '1.0.1' + VERSION: '1.0.2' jobs: pkgdown: if: "startsWith(github.event.head_commit.message, 'Bump version:')" diff --git a/DESCRIPTION b/DESCRIPTION index 52643f8..4432f18 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: gwasOncoX Type: Package Title: Human GWAS tracks for the oncology domain -Version: 1.0.1 +Version: 1.0.2 Date: 2024-01-15 Authors@R: person(given = "Sigve", family = "Nakken", role = c("aut", "cre"), email = "sigven@ifi.uio.no", diff --git a/inst/CITATION b/inst/CITATION index 0f30b7d..2afa164 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -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 1.0.1", + note = "R package version 1.0.2", url = "https://github.com/sigven/gwasOncoX", textVersion = paste("Nakken S. ","(2022)", " gwasOncoX: Low-to-moderate risk variants in cancer.", - " R package version 1.0.1.", + " R package version 1.0.2.", " (https://github.com/sigven/gwasOncoX)") )