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 8366ccb commit aac6a66Copy full SHA for aac6a66
nibabel/info.py
@@ -9,8 +9,8 @@
9
_version_major = 1
10
_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