Skip to content

Commit e537732

Browse files
authored
Update nibabel/orientations.py
1 parent 884c8f0 commit e537732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/orientations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def inv_ornt_aff(ornt, shape):
231231

232232
@deprecate_with_version('orientation_affine deprecated. '
233233
'Please use inv_ornt_aff instead.',
234-
'1.3',
234+
'3.0',
235235
'4.0')
236236
def orientation_affine(ornt, shape):
237237
return inv_ornt_aff(ornt, shape)

0 commit comments

Comments
 (0)