Skip to content

Commit

Permalink
Bump version to 0.6.0-pre.19
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 20, 2022
1 parent aba25f6 commit 1009df1
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.6.0-pre.18"
version = "0.6.0-pre.19"
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.6.0-pre.18"
"snakebids_version": "0.6.0-pre.19"
}

0 comments on commit 1009df1

Please sign in to comment.