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 b741fab commit cd68b7cCopy full SHA for cd68b7c
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 = 1
10
-_version_minor = 2
+_version_minor = 3
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