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
[bumpversion]
2
- current_version = 1.5 .0
2
+ current_version = 2.0 .0
3
3
commit = True
4
4
5
5
[bumpversion:file:DESCRIPTION]
Original file line number Diff line number Diff line change 9
9
recipe_path : conda/recipe
10
10
env_yaml_path : conda/env/yaml
11
11
env_lock_path : conda/env/lock
12
- VERSION : ' 1.5 .0' # versioned by bump2version
12
+ VERSION : ' 2.0 .0' # versioned by bump2version
13
13
GDRIVE_CREDENTIALS_DATA : ${{ secrets.GDRIVE_CREDENTIALS_DATA }}
14
14
15
15
jobs :
Original file line number Diff line number Diff line change 1
1
Package: gpgr
2
2
Title: Genomics Platform Group Reporting
3
- Version: 1.5 .0
3
+ Version: 2.0 .0
4
4
Description: Reports and functions used in the Genomics Platform Group
5
5
at the University of Melbourne Centre for Cancer Research.
6
6
Authors@R:
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-gpgr ==1.5 .0 # versioned by bump2version
9
+ - r-gpgr ==2.0 .0 # versioned by bump2version
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : r-gpgr
3
- version : 1.5 .0 # bump2version
3
+ version : 2.0 .0 # bump2version
4
4
5
5
source :
6
6
path : ../..
You can’t perform that action at this time.
0 commit comments