Skip to content

Commit aff9257

Browse files
committed
Bump version: 2.2.4 → 2.2.5
1 parent ac9e36c commit aff9257

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "2.2.4"
2+
current_version = "2.2.5"
33
search = "{current_version}"
44
replace = "{new_version}"
55
message = "Bump version: {current_version} → {new_version}"

.github/workflows/build_conda_recipes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
recipe_path: conda/recipe
1212
env_yml_path: conda/env/yml
1313
env_lock_path: conda/env/lock
14-
VERSION: '2.2.4' # versioned by bump2version
14+
VERSION: '2.2.5' # versioned by bump2version
1515
jobs:
1616
build_pcgrr_conda_pkg:
1717
# When merging to one of the branches above and the commit message matches

conda/env/yml/pcgr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
- conda-forge
77

88
dependencies:
9-
- pcgr::pcgr ==2.2.4 # versioned by bump2version
9+
- pcgr::pcgr ==2.2.5 # versioned by bump2version
1010
- bedtools
1111
- bcftools
1212
- cyvcf2

conda/env/yml/pcgrr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ channels:
77

88
dependencies:
99
- python
10-
- pcgr::r-pcgrr ==2.2.4 # versioned by bump2version
10+
- pcgr::r-pcgrr ==2.2.5 # versioned by bump2version
1111
- pcgr::r-cpsr
1212
- r-argparse
1313
- bioconductor-bsgenome.hsapiens.ucsc.hg38

conda/env/yml/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- bioconda
55
- conda-forge
66
dependencies:
7-
- pcgr::r-pcgrr ==2.2.4 # versioned by bump2version
7+
- pcgr::r-pcgrr ==2.2.5 # versioned by bump2version
88
- r-pkgdown
99
- r-readr
1010
- r-glue

conda/recipe/pcgr/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: pcgr
3-
version: 2.2.4 # versioned by bump2version
3+
version: 2.2.5 # versioned by bump2version
44

55
source:
66
path: ../../..

conda/recipe/pcgrr/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: r-pcgrr
3-
version: 2.2.4 # versioned by bump2version
3+
version: 2.2.5 # versioned by bump2version
44

55
source:
66
path: ../../../pcgrr

pcgr/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# versioned by bump2version
2-
__version__ = '2.2.4'
2+
__version__ = '2.2.5'

pcgrr/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: pcgrr
22
Type: Package
33
Title: Personal Cancer Genome ReporteR
4-
Version: 2.2.4
4+
Version: 2.2.5
55
Authors@R:
66
c(person(given = "Sigve",
77
family = "Nakken",

pcgrr/vignettes/installation.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require(glue, include.only = "glue")
1515

1616
```{r vars, echo=FALSE}
1717
Sys.setenv(VEP_VERSION = "113")
18-
Sys.setenv(PCGR_VERSION = "2.2.4")
18+
Sys.setenv(PCGR_VERSION = "2.2.5")
1919
Sys.setenv(BUNDLE_VERSION = "20250314")
2020
VEP_VERSION <- Sys.getenv("VEP_VERSION")
2121
PCGR_VERSION <- Sys.getenv("PCGR_VERSION")

0 commit comments

Comments
 (0)