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 e042875Copy full SHA for e042875
nibabel/info.py
@@ -12,8 +12,8 @@
12
# development (pre-release) version.
13
_version_major = 4
14
_version_minor = 0
15
-_version_micro = 0
16
-_version_extra = 'rc1.dev0'
+_version_micro = 1
+_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