Skip to content

Commit

Permalink
Bump version: 1.0.1.9015 → 1.0.1.9016
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Jun 22, 2024
1 parent 825181a commit 5801a26
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.1.9015
current_version = 1.0.1.9016
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<dev>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
atoken: ${{ secrets.ANACONDA_UPLOAD_TOKEN }}
recipe_path: conda/recipe
env_yml_path: conda/env/yml
VERSION: '1.0.1.9015' # versioned by bump2version
VERSION: '1.0.1.9016' # versioned by bump2version
jobs:
build_conda_pkgs:
# When merging to one of the branches above and the commit message matches
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: cpsr
Type: Package
Title: Cancer Predisposition Sequencing Reporter (CPSR)
Version: 1.0.1.9015
Version: 1.0.1.9016
Authors@R:
c(person(given = "Sigve",
family = "Nakken",
Expand Down
2 changes: 1 addition & 1 deletion conda/env/yml/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ channels:
- bioconda
dependencies:
- r-pcgrr
- r-cpsr ==1.0.1.9015 # versioned by bump2version
- r-cpsr ==1.0.1.9016 # versioned by bump2version
- r-pkgdown
- pandoc
2 changes: 1 addition & 1 deletion conda/recipe/cpsr/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: r-cpsr
version: 1.0.1.9015 # versioned by bump2version
version: 1.0.1.9016 # versioned by bump2version

source:
path: ../../../
Expand Down

0 comments on commit 5801a26

Please sign in to comment.