Skip to content

Commit b561bdb

Browse files
authored
Update version.py
Jump to 3.1.0
1 parent 87b8252 commit b561bdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dcm2bids/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
44
_version_major = 3
5-
_version_minor = 0
6-
_version_micro = 3
5+
_version_minor = 1
6+
_version_micro = 0
77
_version_extra = ''
88

99
# Construct full version string from these.

0 commit comments

Comments
 (0)