Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Oct 7, 2024
1 parent 5a41467 commit 4a3acdc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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"
current_version = "0.1.3"
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.1.2' # versioned by bump2version
VERSION: '0.1.3' # versioned by bump2version

jobs:
condarise:
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rportal
Title: UMCCR Portal R Functions
Description: Contains R functionality for interacting with the UMCCR Data Portal.
Version: 0.1.2
Version: 0.1.3
Authors@R:
person("Peter", "Diakumis", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7502-7545"))
Expand Down
2 changes: 1 addition & 1 deletion conda/env/yaml/rportal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ channels:
- bioconda

dependencies:
- r-rportal ==0.1.2 # versioned by bump2version
- r-rportal ==0.1.3 # 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-rportal
version: 0.1.2 # bump2version
version: 0.1.3 # bump2version

source:
path: ../..
Expand Down

0 comments on commit 4a3acdc

Please sign in to comment.