File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[tool .bumpversion ]
2
- current_version = " 1.1.2 "
2
+ current_version = " 1.1.3 "
3
3
search = " {current_version}"
4
4
replace = " {new_version}"
5
5
message = " Bump version: {current_version} → {new_version}"
Original file line number Diff line number Diff line change 9
9
recipe_path : deploy/conda/recipe
10
10
env_yaml_path : deploy/conda/env/yaml
11
11
env_lock_path : deploy/conda/env/lock
12
- VERSION : ' 1.1.2 ' # bump
12
+ VERSION : ' 1.1.3 ' # bump
13
13
14
14
jobs :
15
15
condarise-dockerise-document :
Original file line number Diff line number Diff line change 1
1
Package: RNAsum
2
2
Title: A Robust Tool for Performing Transcriptome Profiling on Cancer Data
3
- Version: 1.1.2
3
+ Version: 1.1.3
4
4
Authors@R:
5
5
c(person(given = "Sehrish",
6
6
family = "Kanwal",
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ channels:
6
6
- bioconda
7
7
8
8
dependencies :
9
- - r-rnasum ==1.1.2 # bump
9
+ - r-rnasum ==1.1.3 # bump
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : r-rnasum
3
- version : 1.1.2 # bump
3
+ version : 1.1.3 # bump
4
4
5
5
source :
6
6
path : ../../../
You can’t perform that action at this time.
0 commit comments