We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19dd440 commit 6df3a9aCopy full SHA for 6df3a9a
setup.py
@@ -24,7 +24,7 @@ class _MatlabFinder(build_py):
24
MATLAB_REL = 'R2021b'
25
26
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
27
- MATLAB_VER = '9.11.4'
+ MATLAB_VER = '9.11.5'
28
29
30
SUPPORTED_PYTHON_VERSIONS = set(['3.7', '3.8', '3.9'])
@@ -36,7 +36,7 @@ class _MatlabFinder(build_py):
36
"9.8": "R2020a",
37
"9.9": "R2020b",
38
"9.10": "R2021a",
39
- "9.11.4": "R2021b",
+ "9.11": "R2021b",
40
"9.12": "R2022a"
41
}
42
0 commit comments