Skip to content

Commit

Permalink
Bump version: 0.3.13 → 0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Sep 15, 2021
1 parent 7d8c90d commit c3aa95c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = False
current_version = 0.3.13
current_version = 0.3.14

[bumpversion:file:setup.py]
search = version="{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="snakebids",
version="0.3.13",
version="0.3.14",
author="Ali Khan",
author_email="[email protected]",
description="BIDS integration into snakemake workflows",
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,6 +5,6 @@
"app_full_name": "My BIDS App",
"app_name": "{{ cookiecutter.app_full_name.lower().replace(' ', '_').replace('-', '_') }}",
"app_description": "My template snakebids app.",
"snakebids_version": "0.3.13",
"snakebids_version": "0.3.14",
"_py": "py"
}

0 comments on commit c3aa95c

Please sign in to comment.