Skip to content

Commit 303a370

Browse files
committed
Start 2.2.x maintenance branch
1 parent cb10b96 commit 303a370

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nibabel/info.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# (pre-release) version.
1919
_version_major = 2
2020
_version_minor = 2
21-
_version_micro = 0
22-
# _version_extra = 'dev'
23-
_version_extra = ''
21+
_version_micro = 1
22+
_version_extra = 'dev'
23+
# _version_extra = ''
2424

2525
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
2626
__version__ = "%s.%s.%s%s" % (_version_major,

0 commit comments

Comments
 (0)