diff --git a/.bumpversion.toml b/.bumpversion.toml index e83257b..eb59fc1 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -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}" diff --git a/.github/workflows/conda-deploy.yaml b/.github/workflows/conda-deploy.yaml index 598ad57..1e69076 100644 --- a/.github/workflows/conda-deploy.yaml +++ b/.github/workflows/conda-deploy.yaml @@ -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: diff --git a/DESCRIPTION b/DESCRIPTION index 71972d7..68eb031 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "peterdiakumis@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7502-7545")) diff --git a/conda/env/yaml/rportal.yaml b/conda/env/yaml/rportal.yaml index a09020d..45ed9f4 100644 --- a/conda/env/yaml/rportal.yaml +++ b/conda/env/yaml/rportal.yaml @@ -6,4 +6,4 @@ channels: - bioconda dependencies: - - r-rportal ==0.1.2 # versioned by bump2version + - r-rportal ==0.1.3 # versioned by bump2version diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml index ecfdfb5..2d93f24 100644 --- a/conda/recipe/meta.yaml +++ b/conda/recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: r-rportal - version: 0.1.2 # bump2version + version: 0.1.3 # bump2version source: path: ../..