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 5ef74b4Copy full SHA for 5ef74b4
nibabel/info.py
@@ -8,9 +8,9 @@
8
# version
9
_version_major = 2
10
_version_minor = 0
11
-_version_micro = 0
12
-# _version_extra = 'dev'
13
-_version_extra = ''
+_version_micro = 1
+_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