From 1e6bb58cde1e96e3c8128d476e539a0128056618 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:11:08 +0000 Subject: [PATCH] Bump version to 0.7.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 b3506073..68e03099 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakebids" -version = "0.7.0-pre.5" +version = "0.7.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 9fc3054f..2565174c 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.7.0-pre.5" + "snakebids_version": "0.7.0" }