Skip to content

Commit 4a69347

Browse files
authored
Update version.py
mandatory micro version
1 parent 07b70c6 commit 4a69347

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dcm2bids/version.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
_version_extra = ''
88

99
# Construct full version string from these.
10-
_ver = [_version_major, _version_minor]
11-
if _version_micro:
12-
_ver.append(_version_micro)
10+
_ver = [_version_major, _version_minor, _version_micro]
1311
if _version_extra:
1412
_ver.append(_version_extra)
1513

0 commit comments

Comments
 (0)