Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
mandatory micro version
  • Loading branch information
arnaudbore authored Sep 13, 2023
1 parent 07b70c6 commit 4a69347
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dcm2bids/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
_version_extra = ''

# Construct full version string from these.
_ver = [_version_major, _version_minor]
if _version_micro:
_ver.append(_version_micro)
_ver = [_version_major, _version_minor, _version_micro]
if _version_extra:
_ver.append(_version_extra)

Expand Down

0 comments on commit 4a69347

Please sign in to comment.