Skip to content

Commit 5555460

Browse files
committed
Bump version: 0.2.3rc0 → 0.2.3
1 parent 5a4340e commit 5555460

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.3rc0
2+
current_version = 0.2.3
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
@@ -15,7 +15,7 @@
1515
from nipype import Workflow
1616
from nipype.interfaces import fsl
1717

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

2020

2121
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.3rc0"
3+
version = "0.2.3"
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)