Skip to content

Commit fe64364

Browse files
committed
Bump version: 0.2.1 → 0.2.2
1 parent 5f50803 commit fe64364

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.1
2+
current_version = 0.2.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

nipype_generate_fieldmaps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from nipype import Workflow
1515
from nipype.interfaces import fsl
1616

17-
__version__ = "0.2.1"
17+
__version__ = "0.2.2"
1818

1919

2020
INPUT_FIELDS = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nipype-generate-fieldmaps"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Nipype workflow to generate fieldmaps from EPI acquisitions with differing phase-encoding directions"
55
authors = ["Andrew Ross <andrew.ross.mail@gmail.com>"]
66

0 commit comments

Comments
 (0)