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 9785ea9 commit 9960240Copy full SHA for 9960240
nibabel/info.py
@@ -11,9 +11,9 @@
11
# This should be set to the intended next version + dev to indicate a
12
# development (pre-release) version.
13
_version_major = 4
14
-_version_minor = 0
+_version_minor = 1
15
_version_micro = 0
16
-_version_extra = 'rc1.dev0'
+_version_extra = '.dev0'
17
18
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
19
VERSION = f"{_version_major}.{_version_minor}.{_version_micro}{_version_extra}"
0 commit comments