From e572b3687c215af0d9bfa9896c0d2db0e2ff4c09 Mon Sep 17 00:00:00 2001 From: Sigve Nakken Date: Fri, 11 Oct 2024 22:42:58 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.0=20=E2=86=92=202.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .github/workflows/build_conda_recipes.yaml | 2 +- conda/env/yml/pcgr.yml | 2 +- conda/env/yml/pcgrr.yml | 2 +- conda/env/yml/pkgdown.yml | 2 +- conda/recipe/pcgr/meta.yaml | 2 +- conda/recipe/pcgrr/meta.yaml | 2 +- pcgr/_version.py | 2 +- pcgrr/DESCRIPTION | 2 +- pcgrr/vignettes/installation.Rmd | 2 +- pyproject.toml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2c06c13d..8851d02e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0 +current_version = 2.1.1 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P\d+))? diff --git a/.github/workflows/build_conda_recipes.yaml b/.github/workflows/build_conda_recipes.yaml index 66847959..b5bfee52 100644 --- a/.github/workflows/build_conda_recipes.yaml +++ b/.github/workflows/build_conda_recipes.yaml @@ -10,7 +10,7 @@ env: recipe_path: conda/recipe env_yml_path: conda/env/yml env_lock_path: conda/env/lock - VERSION: '2.1.0' # versioned by bump2version + VERSION: '2.1.1' # versioned by bump2version jobs: build_pcgrr_conda_pkg: # When merging to one of the branches above and the commit message matches diff --git a/conda/env/yml/pcgr.yml b/conda/env/yml/pcgr.yml index d44fc6a0..319c5af0 100644 --- a/conda/env/yml/pcgr.yml +++ b/conda/env/yml/pcgr.yml @@ -6,7 +6,7 @@ channels: - conda-forge dependencies: - - pcgr::pcgr ==2.1.0 # versioned by bump2version + - pcgr::pcgr ==2.1.1 # versioned by bump2version - bedtools - bcftools - cyvcf2 diff --git a/conda/env/yml/pcgrr.yml b/conda/env/yml/pcgrr.yml index 42016519..9a4abdb8 100644 --- a/conda/env/yml/pcgrr.yml +++ b/conda/env/yml/pcgrr.yml @@ -7,7 +7,7 @@ channels: dependencies: - python - - pcgr::r-pcgrr ==2.1.0 # versioned by bump2version + - pcgr::r-pcgrr ==2.1.1 # versioned by bump2version - pcgr::r-cpsr - r-argparse - bioconductor-bsgenome.hsapiens.ucsc.hg38 diff --git a/conda/env/yml/pkgdown.yml b/conda/env/yml/pkgdown.yml index abf0b45d..e204647c 100644 --- a/conda/env/yml/pkgdown.yml +++ b/conda/env/yml/pkgdown.yml @@ -4,7 +4,7 @@ channels: - bioconda - conda-forge dependencies: - - pcgr::r-pcgrr ==2.1.0 # versioned by bump2version + - pcgr::r-pcgrr ==2.1.1 # versioned by bump2version - r-pkgdown - r-readr - r-glue diff --git a/conda/recipe/pcgr/meta.yaml b/conda/recipe/pcgr/meta.yaml index e26f4c75..e5d3fda5 100644 --- a/conda/recipe/pcgr/meta.yaml +++ b/conda/recipe/pcgr/meta.yaml @@ -1,6 +1,6 @@ package: name: pcgr - version: 2.1.0 # versioned by bump2version + version: 2.1.1 # versioned by bump2version source: path: ../../.. diff --git a/conda/recipe/pcgrr/meta.yaml b/conda/recipe/pcgrr/meta.yaml index 0739c00d..d281a484 100644 --- a/conda/recipe/pcgrr/meta.yaml +++ b/conda/recipe/pcgrr/meta.yaml @@ -1,6 +1,6 @@ package: name: r-pcgrr - version: 2.1.0 # versioned by bump2version + version: 2.1.1 # versioned by bump2version source: path: ../../../pcgrr diff --git a/pcgr/_version.py b/pcgr/_version.py index 6a72eafa..aa9ca0cb 100644 --- a/pcgr/_version.py +++ b/pcgr/_version.py @@ -1,2 +1,2 @@ # versioned by bump2version -__version__ = '2.1.0' +__version__ = '2.1.1' diff --git a/pcgrr/DESCRIPTION b/pcgrr/DESCRIPTION index d19c3cec..17f2b858 100644 --- a/pcgrr/DESCRIPTION +++ b/pcgrr/DESCRIPTION @@ -1,7 +1,7 @@ Package: pcgrr Type: Package Title: Personal Cancer Genome ReporteR -Version: 2.1.0 +Version: 2.1.1 Authors@R: c(person(given = "Sigve", family = "Nakken", diff --git a/pcgrr/vignettes/installation.Rmd b/pcgrr/vignettes/installation.Rmd index a6e6c188..2ec06ed5 100644 --- a/pcgrr/vignettes/installation.Rmd +++ b/pcgrr/vignettes/installation.Rmd @@ -15,7 +15,7 @@ require(glue, include.only = "glue") ```{r vars, echo=FALSE} Sys.setenv(VEP_VERSION = "112") -Sys.setenv(PCGR_VERSION = "2.1.0") +Sys.setenv(PCGR_VERSION = "2.1.1") Sys.setenv(BUNDLE_VERSION = "20240927") VEP_VERSION <- Sys.getenv("VEP_VERSION") PCGR_VERSION <- Sys.getenv("PCGR_VERSION") diff --git a/pyproject.toml b/pyproject.toml index 30985a97..120d4fd5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "pcgr" -version = "2.1.0" # versioned by bump2version +version = "2.1.1" # versioned by bump2version description = "Personal Cancer Genome Reporter (PCGR) - variant interpretation for precision cancer medicine" authors = [ {name = "Sigve Nakken", email = "sigven@gmail.com"},