Skip to content

Commit

Permalink
Bump version: 0.5.0.8999 → 0.5.0.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Nov 18, 2023
1 parent 1549bc9 commit 7cfefce
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[bumpversion]
current_version = 0.5.0.8999
current_version = 0.5.0.9000
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.{dev}
{major}.{minor}.{patch}
serialize =
{major}.{minor}.{patch}.{dev}
{major}.{minor}.{patch}

[bumpversion:file:DESCRIPTION]
search = Version: {current_version}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_docker_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
recipe_path: deploy/conda/recipe
env_yaml_path: deploy/conda/env/yaml
env_lock_path: deploy/conda/env/lock
VERSION: '0.5.0.8999' # versioned by bump2version
VERSION: '0.5.0.9000' # versioned by bump2version

jobs:
condarise-dockerise-document:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RNAsum
Title: A Robust Tool for Performing Transcriptome Profiling on Cancer Data
Version: 0.5.0.8999
Version: 0.5.0.9000
Authors@R:
c(person(given = "Sehrish",
family = "Kanwal",
Expand Down
2 changes: 1 addition & 1 deletion deploy/conda/env/yaml/rnasum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ channels:
- bioconda

dependencies:
- r-rnasum ==0.5.0.8999 # versioned by bump2version
- r-rnasum ==0.5.0.9000 # versioned by bump2version
2 changes: 1 addition & 1 deletion deploy/conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: r-rnasum
version: 0.5.0.8999 # bump2version
version: 0.5.0.9000 # bump2version

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

0 comments on commit 7cfefce

Please sign in to comment.