Skip to content

Commit

Permalink
Bump version to 0.7.0-pre.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 26, 2022
1 parent b64e871 commit 788b09a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snakebids"
version = "0.7.0-pre.4"
version = "0.7.0-pre.5"
description = "BIDS integration into snakemake workflows"
readme = "README.md"
repository = "https://github.com/akhanf/snakebids"
Expand Down
2 changes: 1 addition & 1 deletion snakebids/project_template/cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4"
"snakebids_version": "0.7.0-pre.5"
}

0 comments on commit 788b09a

Please sign in to comment.