Skip to content

Commit

Permalink
Bump version: 0.15.0 → 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Oct 8, 2024
1 parent f7022c9 commit 93ae318
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.15.0"
current_version = "0.16.0"
search = "{current_version}"
replace = "{new_version}"
message = "Bump version: {current_version} → {new_version}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_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: '0.15.0' # versioned by bump2version
VERSION: '0.16.0' # 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: dracarys
Title: Post-processing DRAGEN workflows
Version: 0.15.0
Version: 0.16.0
Description: Post-processing DRAGEN workflows.
Authors@R:
c(person(given = "Peter",
Expand Down
2 changes: 1 addition & 1 deletion conda/env/yaml/dracarys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ channels:
- bioconda

dependencies:
- r-dracarys ==0.15.0 # versioned by bump2version
- r-dracarys ==0.16.0 # 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-dracarys
version: 0.15.0 # bump2version
version: 0.16.0 # bump2version

source:
path: ../..
Expand Down
2 changes: 1 addition & 1 deletion dracarys/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.0
0.16.0

0 comments on commit 93ae318

Please sign in to comment.