Skip to content

Commit c22c744

Browse files
committed
Bump version: 1.0.1.9003 → 1.0.1.9004
1 parent ff08536 commit c22c744

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.1.9003
2+
current_version = 1.0.1.9004
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<dev>\d+))?

.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: '1.0.1.9003' # versioned by bump2version
12+
VERSION: '1.0.1.9004' # 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: 1.0.1.9003
4+
Version: 1.0.1.9004
55
Date: 2024-05-27
66
Authors@R:
77
c(person(given = "Sigve",

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 ==1.0.1.9003 # versioned by bump2version
8+
- r-cpsr ==1.0.1.9004 # 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: 1.0.1.9003 # versioned by bump2version
3+
version: 1.0.1.9004 # versioned by bump2version
44

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

0 commit comments

Comments
 (0)