diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 00eabd1d..46b29fc9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.1.9019 +current_version = 1.4.1.9020 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 183d2e32..8e745f43 100644 --- a/.github/workflows/build_conda_recipes.yaml +++ b/.github/workflows/build_conda_recipes.yaml @@ -11,7 +11,7 @@ env: recipe_path: conda/recipe env_yml_path: conda/env/yml env_lock_path: conda/env/lock - VERSION: '1.4.1.9019' # versioned by bump2version + VERSION: '1.4.1.9020' # 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 2974b41a..a60739c7 100644 --- a/conda/env/yml/pcgr.yml +++ b/conda/env/yml/pcgr.yml @@ -6,7 +6,7 @@ channels: - conda-forge dependencies: - - pcgr::pcgr ==1.4.1.9019 # versioned by bump2version + - pcgr::pcgr ==1.4.1.9020 # versioned by bump2version - bedtools - bcftools - cyvcf2 diff --git a/conda/env/yml/pcgrr.yml b/conda/env/yml/pcgrr.yml index ebf0cb7c..8ea3e6b7 100644 --- a/conda/env/yml/pcgrr.yml +++ b/conda/env/yml/pcgrr.yml @@ -7,7 +7,7 @@ channels: dependencies: - python - - pcgr::r-pcgrr ==1.4.1.9019 # versioned by bump2version + - pcgr::r-pcgrr ==1.4.1.9020 # 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 3eb3972b..c0a4968d 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 ==1.4.1.9019 # versioned by bump2version + - pcgr::r-pcgrr ==1.4.1.9020 # versioned by bump2version - r-pkgdown - r-readr - r-glue diff --git a/conda/recipe/pcgr/meta.yaml b/conda/recipe/pcgr/meta.yaml index 20d40f6a..1b090f30 100644 --- a/conda/recipe/pcgr/meta.yaml +++ b/conda/recipe/pcgr/meta.yaml @@ -1,6 +1,6 @@ package: name: pcgr - version: 1.4.1.9019 # versioned by bump2version + version: 1.4.1.9020 # versioned by bump2version source: path: ../../.. diff --git a/conda/recipe/pcgrr/meta.yaml b/conda/recipe/pcgrr/meta.yaml index e83fe0cd..47334138 100644 --- a/conda/recipe/pcgrr/meta.yaml +++ b/conda/recipe/pcgrr/meta.yaml @@ -1,6 +1,6 @@ package: name: r-pcgrr - version: 1.4.1.9019 # versioned by bump2version + version: 1.4.1.9020 # versioned by bump2version source: path: ../../../pcgrr diff --git a/pcgr/_version.py b/pcgr/_version.py index 27bc3df8..8109b6f6 100644 --- a/pcgr/_version.py +++ b/pcgr/_version.py @@ -1,2 +1,2 @@ # versioned by bump2version -__version__ = '1.4.1.9019' +__version__ = '1.4.1.9020' diff --git a/pcgrr/DESCRIPTION b/pcgrr/DESCRIPTION index 54f44cb2..57b313da 100644 --- a/pcgrr/DESCRIPTION +++ b/pcgrr/DESCRIPTION @@ -1,7 +1,7 @@ Package: pcgrr Type: Package Title: Personal Cancer Genome ReporteR -Version: 1.4.1.9019 +Version: 1.4.1.9020 Authors@R: c(person(given = "Sigve", family = "Nakken", diff --git a/pcgrr/vignettes/installation.Rmd b/pcgrr/vignettes/installation.Rmd index b8012cf2..73065352 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 = "1.4.1.9019") +Sys.setenv(PCGR_VERSION = "1.4.1.9020") Sys.setenv(BUNDLE_VERSION = "20240621") VEP_VERSION <- Sys.getenv("VEP_VERSION") PCGR_VERSION <- Sys.getenv("PCGR_VERSION") diff --git a/pyproject.toml b/pyproject.toml index f24f8725..bacc7561 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "pcgr" -version = "1.4.1.9019" # versioned by bump2version +version = "1.4.1.9020" # versioned by bump2version description = "Personal Cancer Genome Reporter (PCGR) - variant interpretation for precision cancer medicine" authors = [ {name = "Sigve Nakken", email = "sigven@gmail.com"},