Skip to content

Commit

Permalink
Bump version: 1.0.0 → 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrosss committed Jan 21, 2022
1 parent 34e28ee commit 9104c2d
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,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion nipype_fsl_anat.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from nipype.interfaces.base.core import RuntimeContext


__version__ = "1.0.0"
__version__ = "1.0.1"

NII_FILE_REGEXP = re.compile(r".*\.nii(\.gz)?$")
FSL_ANAT_DIR_REGEXP = re.compile(r".*\.anat$")
Expand Down
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 = "nipype-fsl-anat"
version = "1.0.0"
version = "1.0.1"
description = "Nipype interface(s) wrapping the `fsl_anat` command line tool"
authors = ["Andrew Ross <andrew.ross.mail@gmail.com>"]

Expand Down

0 comments on commit 9104c2d

Please sign in to comment.