Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbore committed Jul 17, 2023
1 parent 095b7a8 commit 32ae10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dcm2bids/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
_version_major = 3
_version_minor = 0
_version_micro = 0
_version_extra = 'rc1'
_version_micro = "0rc1"
_version_extra = ''

# Construct full version string from these.
_ver = [_version_major, _version_minor]
Expand Down

0 comments on commit 32ae10b

Please sign in to comment.