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" }