From 57874f5dec8b20d749167aab4f0e65e4b9815289 Mon Sep 17 00:00:00 2001 From: pdiakumis Date: Thu, 12 Dec 2024 23:43:07 +1100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- .github/workflows/deploy.yaml | 2 +- DESCRIPTION | 2 +- README.md | 2 +- conda/env/yaml/sigrap.yaml | 2 +- conda/recipe/meta.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index c4be759..8338040 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1.1" +current_version = "0.1.2" search = "{current_version}" replace = "{new_version}" message = "Bump version: {current_version} → {new_version}" diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 63e9bc9..d833fbc 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/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.1' # versioned by bump2version + VERSION: '0.1.2' # versioned by bump2version GDRIVE_CREDENTIALS_DATA: ${{ secrets.GDRIVE_CREDENTIALS_DATA }} jobs: diff --git a/DESCRIPTION b/DESCRIPTION index b7d84be..6dbfe81 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: sigrap Title: Wrappers for somatic mutation signature analysis tools -Version: 0.1.1 +Version: 0.1.2 Description: Wraps functionality from somatic signature analysis tools. Authors@R: person(given = "Peter", diff --git a/README.md b/README.md index 973f17e..47f1512 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ export PATH="${sigrap_cli}:${PATH}" ``` sigrap.R --version - sigrap 0.1.1 + sigrap 0.1.2 #-----------------------------------# sigrap.R --help diff --git a/conda/env/yaml/sigrap.yaml b/conda/env/yaml/sigrap.yaml index 56a4f90..63db386 100644 --- a/conda/env/yaml/sigrap.yaml +++ b/conda/env/yaml/sigrap.yaml @@ -6,4 +6,4 @@ channels: - bioconda dependencies: - - r-sigrap ==0.1.1 # versioned by bump2version + - r-sigrap ==0.1.2 # versioned by bump2version diff --git a/conda/recipe/meta.yaml b/conda/recipe/meta.yaml index ee2f243..6efeab5 100644 --- a/conda/recipe/meta.yaml +++ b/conda/recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: r-sigrap - version: 0.1.1 # bump2version + version: 0.1.2 # bump2version source: path: ../..