Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skanwal committed Jul 4, 2024
1 parent 9f8d33a commit 157ce8a
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.0
current_version = 1.1.0
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<dev>\d+))?
serialize =
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 @@ -9,7 +9,7 @@ env:
recipe_path: deploy/conda/recipe
env_yaml_path: deploy/conda/env/yaml
env_lock_path: deploy/conda/env/lock
VERSION: '1.0.0' # versioned by bump2version
VERSION: '1.1.0' # 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: 1.0.0
Version: 1.1.0
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 ==1.0.0 # versioned by bump2version
- r-rnasum ==1.1.0 # 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: 1.0.0 # bump2version
version: 1.1.0 # bump2version

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

0 comments on commit 157ce8a

Please sign in to comment.