Skip to content

Commit 683e234

Browse files
committed
MNT: 3.0.x maintenance branch
1 parent d1518aa commit 683e234

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nibabel/info.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
# development (pre-release) version.
1313
_version_major = 3
1414
_version_minor = 0
15-
_version_micro = 0
16-
_version_extra = 'rc2.post.dev'
17-
# _version_extra = ''
15+
_version_micro = 1
16+
_version_extra = 'dev'
1817

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

0 commit comments

Comments
 (0)