Skip to content

Commit 5fe60aa

Browse files
committed
Bump version: 2.1.2.9001 → 2.1.2.9002
1 parent 8a2dcd6 commit 5fe60aa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.1.2.9001"
2+
current_version = "2.1.2.9002"
33
search = "{current_version}"
44
replace = "{new_version}"
55
message = "Bump version: {current_version} → {new_version}"

.github/workflows/build_conda.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
atoken: ${{ secrets.ANACONDA_UPLOAD_TOKEN }}
1010
recipe_path: conda/recipe
1111
env_yml_path: conda/env/yml
12-
VERSION: '2.1.2.9001' # versioned by bump2version
12+
VERSION: '2.1.2.9002' # versioned by bump2version
1313
jobs:
1414
build_conda_pkgs:
1515
# When merging to one of the branches above and the commit message matches

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: cpsr
22
Type: Package
33
Title: Cancer Predisposition Sequencing Reporter (CPSR)
4-
Version: 2.1.2.9001
4+
Version: 2.1.2.9002
55
Authors@R:
66
c(person(given = "Sigve",
77
family = "Nakken",

conda/env/yml/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ channels:
55
- bioconda
66
dependencies:
77
- r-pcgrr
8-
- r-cpsr ==2.1.2.9001 # versioned by bump2version
8+
- r-cpsr ==2.1.2.9002 # versioned by bump2version
99
- r-pkgdown
1010
- pandoc

conda/recipe/cpsr/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-cpsr
3-
version: 2.1.2.9001 # versioned by bump2version
3+
version: 2.1.2.9002 # versioned by bump2version
44

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

0 commit comments

Comments
 (0)