From 53b94b62016d689493d834ae882d0bf75e1f7f7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 16:25:42 +0000 Subject: [PATCH] Bump version to 0.6.0 --- pyproject.toml | 2 +- snakebids/project_template/cookiecutter.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e007f9bb..19dda437 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakebids" -version = "0.6.0-pre.19" +version = "0.6.0" description = "BIDS integration into snakemake workflows" readme = "README.md" repository = "https://github.com/akhanf/snakebids" diff --git a/snakebids/project_template/cookiecutter.json b/snakebids/project_template/cookiecutter.json index 37f1b7d9..3edf40b4 100644 --- a/snakebids/project_template/cookiecutter.json +++ b/snakebids/project_template/cookiecutter.json @@ -5,5 +5,5 @@ "app_full_name": "My BIDS App", "app_name": "{{ cookiecutter.app_full_name.lower().replace(' ', '_').replace('-', '_') }}", "app_description": "My template snakebids app.", - "snakebids_version": "0.6.0-pre.19" + "snakebids_version": "0.6.0" }