Skip to content

Commit

Permalink
Bump version to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed May 12, 2022
1 parent 7412c60 commit f21db26
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.5.0"
version = "0.5.1"
description = "BIDS integration into snakemake workflows"
readme = "README.rst"
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.5.0"
"snakebids_version": "0.5.1"
}

0 comments on commit f21db26

Please sign in to comment.