Skip to content

Commit dbcf3d0

Browse files
committed
Bump version: 1.1.2 → 1.1.3
1 parent 1be38b3 commit dbcf3d0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.1.2"
2+
current_version = "1.1.3"
33
search = "{current_version}"
44
replace = "{new_version}"
55
message = "Bump version: {current_version} → {new_version}"

.github/workflows/conda_docker_pkgdown.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
recipe_path: deploy/conda/recipe
1010
env_yaml_path: deploy/conda/env/yaml
1111
env_lock_path: deploy/conda/env/lock
12-
VERSION: '1.1.2' # bump
12+
VERSION: '1.1.3' # bump
1313

1414
jobs:
1515
condarise-dockerise-document:

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: RNAsum
22
Title: A Robust Tool for Performing Transcriptome Profiling on Cancer Data
3-
Version: 1.1.2
3+
Version: 1.1.3
44
Authors@R:
55
c(person(given = "Sehrish",
66
family = "Kanwal",

deploy/conda/env/yaml/rnasum.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ channels:
66
- bioconda
77

88
dependencies:
9-
- r-rnasum ==1.1.2 # bump
9+
- r-rnasum ==1.1.3 # bump

deploy/conda/recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: r-rnasum
3-
version: 1.1.2 # bump
3+
version: 1.1.3 # bump
44

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

0 commit comments

Comments
 (0)