From c57662e2970cf106319cd56f4e2bff6fffd1eebc Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Tue, 16 Oct 2018 16:12:49 -0700 Subject: [PATCH] MNT: 2.3.2-dev --- nibabel/info.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nibabel/info.py b/nibabel/info.py index 204412c5d2..bca3dab0a8 100644 --- a/nibabel/info.py +++ b/nibabel/info.py @@ -18,9 +18,9 @@ # (pre-release) version. _version_major = 2 _version_minor = 3 -_version_micro = 1 -# _version_extra = 'dev' -_version_extra = '' +_version_micro = 2 +_version_extra = 'dev' +# _version_extra = '' # Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z" __version__ = "%s.%s.%s%s" % (_version_major,