Skip to content

Commit

Permalink
Merge pull request #238 from arnaudbore/fix_version
Browse files Browse the repository at this point in the history
Quick fix version
  • Loading branch information
arnaudbore authored Jul 17, 2023
2 parents 095b7a8 + 32ae10b commit 229b5f7
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 229b5f7

Please sign in to comment.