Skip to content

Commit 6df3a9a

Browse files
committed
changed version to 9.11.5
1 parent 19dd440 commit 6df3a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class _MatlabFinder(build_py):
2424
MATLAB_REL = 'R2021b'
2525

2626
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
27-
MATLAB_VER = '9.11.4'
27+
MATLAB_VER = '9.11.5'
2828

2929
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
3030
SUPPORTED_PYTHON_VERSIONS = set(['3.7', '3.8', '3.9'])
@@ -36,7 +36,7 @@ class _MatlabFinder(build_py):
3636
"9.8": "R2020a",
3737
"9.9": "R2020b",
3838
"9.10": "R2021a",
39-
"9.11.4": "R2021b",
39+
"9.11": "R2021b",
4040
"9.12": "R2022a"
4141
}
4242

0 commit comments

Comments
 (0)