Skip to content

Commit 1287aaf

Browse files
committed
MAINT: setting info for new maintenance series
Now going towards 2.0.2.
1 parent 1221b64 commit 1287aaf

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 = 1
12-
#_version_extra = 'dev'
13-
_version_extra = ''
11+
_version_micro = 2
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)