We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982e3d6 commit 5c9bc1eCopy full SHA for 5c9bc1e
nibabel/info.py
@@ -7,10 +7,10 @@
7
# full release. '.dev' as a _version_extra string means this is a development
8
# version
9
_version_major = 2
10
-_version_minor = 0
+_version_minor = 1
11
_version_micro = 0
12
-# _version_extra = 'dev'
13
-_version_extra = ''
+_version_extra = 'dev'
+#_version_extra = ''
14
15
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
16
__version__ = "%s.%s.%s%s" % (_version_major,
0 commit comments