Skip to content

Commit 48c3953

Browse files
committed
Bump version: 1.5.0 → 2.0.0
1 parent 2957ccb commit 48c3953

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.0
2+
current_version = 2.0.0
33
commit = True
44

55
[bumpversion:file:DESCRIPTION]

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
recipe_path: conda/recipe
1010
env_yaml_path: conda/env/yaml
1111
env_lock_path: conda/env/lock
12-
VERSION: '1.5.0' # versioned by bump2version
12+
VERSION: '2.0.0' # versioned by bump2version
1313
GDRIVE_CREDENTIALS_DATA: ${{ secrets.GDRIVE_CREDENTIALS_DATA }}
1414

1515
jobs:

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: gpgr
22
Title: Genomics Platform Group Reporting
3-
Version: 1.5.0
3+
Version: 2.0.0
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

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

88
dependencies:
9-
- r-gpgr ==1.5.0 # versioned by bump2version
9+
- r-gpgr ==2.0.0 # versioned by bump2version

conda/recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: r-gpgr
3-
version: 1.5.0 # bump2version
3+
version: 2.0.0 # bump2version
44

55
source:
66
path: ../..

0 commit comments

Comments
 (0)