Skip to content

Commit

Permalink
Bump version: 0.1.2.7 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Dec 17, 2024
1 parent d022ed2 commit 6d67103
Show file tree
Hide file tree
Showing 7 changed files with 7 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.1.2.7"
current_version = "0.2.0"
search = "{current_version}"
replace = "{new_version}"
message = "Bump version: {current_version} → {new_version}"
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: '0.1.2.7' # versioned by bump2version
VERSION: '0.2.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: sigrap
Title: Wrappers for somatic mutation signature analysis tools
Version: 0.1.2.7
Version: 0.2.0
Description: Wraps functionality from somatic signature analysis tools.
Authors@R:
person(given = "Peter",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export PATH="${sigrap_cli}:${PATH}"
```

sigrap.R --version
sigrap 0.1.2
sigrap 0.2.0

#-----------------------------------#
sigrap.R --help
Expand Down
2 changes: 1 addition & 1 deletion conda/env/yaml/sigrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ channels:
- bioconda

dependencies:
- r-sigrap ==0.1.2.7 # bump
- r-sigrap ==0.2.0 # bump
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-sigrap
version: 0.1.2.7 # bump2version
version: 0.2.0 # bump2version

source:
path: ../..
Expand Down
1 change: 1 addition & 0 deletions sigrap.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 4267e1d9-bf18-42c5-9b16-aed6219a2f50

RestoreWorkspace: No
SaveWorkspace: No
Expand Down

0 comments on commit 6d67103

Please sign in to comment.