Skip to content

Commit 2411ea4

Browse files
committed
Bump version: 2.2.5 → 2.2.7
1 parent b00e893 commit 2411ea4

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.5
2+
current_version = 2.2.7
33
commit = True
44

55
[bumpversion:file:DESCRIPTION]

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
recipe_path: conda/recipe
1111
env_yaml_path: conda/env/yaml
1212
env_lock_path: conda/env/lock
13-
VERSION: '2.2.5' # versioned by bump2version
13+
VERSION: '2.2.7' # versioned by bump2version
1414
GDRIVE_CREDENTIALS_DATA: ${{ secrets.GDRIVE_CREDENTIALS_DATA }}
1515

1616
jobs:

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: gpgr
22
Title: Genomics Platform Group Reporting
3-
Version: 2.2.5
3+
Version: 2.2.7
44
Description: Reports and functions used in the Genomics Platform Group
55
at the University of Melbourne Centre for Cancer Research.
66
Authors@R:

conda/env/yaml/gpgr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ channels:
66
- bioconda
77

88
dependencies:
9-
- r-gpgr ==2.2.5 # versioned by bump2version
9+
- r-gpgr ==2.2.7 # versioned by bump2version

conda/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: r-gpgr
3-
version: 2.2.5 # bump2version
3+
version: 2.2.7 # bump2version
44

55
source:
66
path: ../..

0 commit comments

Comments
 (0)