Skip to content

Commit e4e7781

Browse files
committed
Bump version: 0.2.4rc0 → 0.2.4
1 parent 3a56f04 commit e4e7781

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.4rc0
2+
current_version = 0.2.4
33
commit = True
44
tag = True
55
tag_name = {new_version}

nipype_generate_fieldmaps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from nipype import Workflow
1616
from nipype.interfaces import fsl
1717

18-
__version__ = "0.2.4rc0"
18+
__version__ = "0.2.4"
1919

2020

2121
INPUT_FIELDS = [

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nipype-generate-fieldmaps"
3-
version = "0.2.4rc0"
3+
version = "0.2.4"
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)