Skip to content

Commit 5ef74b4

Browse files
committed
MAINT: start 2.0.x maintenance series
1 parent 982e3d6 commit 5ef74b4

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
@@ -8,9 +8,9 @@
88
# version
99
_version_major = 2
1010
_version_minor = 0
11-
_version_micro = 0
12-
# _version_extra = 'dev'
13-
_version_extra = ''
11+
_version_micro = 1
12+
_version_extra = 'dev'
13+
#_version_extra = ''
1414

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

0 commit comments

Comments
 (0)