Skip to content

Commit 9397cb4

Browse files
committed
MNT: Begin development on 3.1
1 parent c1b92db commit 9397cb4

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
@@ -11,10 +11,9 @@
1111
# This should be set to the intended next version + dev to indicate a
1212
# development (pre-release) version.
1313
_version_major = 3
14-
_version_minor = 0
14+
_version_minor = 1
1515
_version_micro = 0
16-
_version_extra = 'rc2.post.dev'
17-
# _version_extra = ''
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)