Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
Move to 3.0.2
  • Loading branch information
arnaudbore authored Aug 31, 2023
1 parent 93ad9d5 commit f6b3f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcm2bids/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
_version_major = 3
_version_minor = 0
_version_micro = 1
_version_micro = 2
_version_extra = ''

# Construct full version string from these.
Expand Down

0 comments on commit f6b3f5f

Please sign in to comment.