Skip to content

Commit

Permalink
Bump version: 1.4.5 → 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Aug 8, 2023
1 parent f24dff8 commit 2aedbc0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.5
current_version = 1.4.6
commit = False

[bumpversion:file:DESCRIPTION]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
recipe_path: conda/recipe
env_yaml_path: conda/env/yaml
env_lock_path: conda/env/lock
VERSION: '1.4.5' # versioned by bump2version
VERSION: '1.4.6' # versioned by bump2version
GDRIVE_CREDENTIALS_DATA: ${{ secrets.GDRIVE_CREDENTIALS_DATA }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gpgr
Title: Genomics Platform Group Reporting
Version: 1.4.5
Version: 1.4.6
Description: Reports and functions used in the Genomics Platform Group
at the University of Melbourne Centre for Cancer Research.
Authors@R:
Expand Down
2 changes: 1 addition & 1 deletion conda/env/yaml/gpgr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ channels:
- bioconda

dependencies:
- r-gpgr ==1.4.5 # versioned by bump2version
- r-gpgr ==1.4.6 # versioned by bump2version
2 changes: 1 addition & 1 deletion conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: r-gpgr
version: 1.4.5 # bump2version
version: 1.4.6 # bump2version

source:
path: ../..
Expand Down

0 comments on commit 2aedbc0

Please sign in to comment.