Skip to content

Commit

Permalink
MNT: Set fallback version to 4.0.1.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jun 17, 2022
1 parent 9785ea9 commit e042875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nibabel/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# development (pre-release) version.
_version_major = 4
_version_minor = 0
_version_micro = 0
_version_extra = 'rc1.dev0'
_version_micro = 1
_version_extra = '.dev0'

# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
VERSION = f"{_version_major}.{_version_minor}.{_version_micro}{_version_extra}"
Expand Down

0 comments on commit e042875

Please sign in to comment.