Skip to content

Commit c40665d

Browse files
committed
changed version to 9.11.10
1 parent 94cef80 commit c40665d

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.9'
27+
MATLAB_VER = '9.11.10'
2828

2929
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
3030
SUPPORTED_PYTHON_VERSIONS = set(['3.7', '3.8', '3.9'])
@@ -174,7 +174,7 @@ def _find_matlab_key_from_windows_registry(self, key):
174174
found_vers.append(sub_key)
175175
# Example: the version in the registry could be "9.13.1" whereas our version is "9.13"
176176
# we still want to allow this
177-
if self._check_matlab_release_against_engine(sub_key)
177+
if self._check_matlab_release_against_engine(sub_key):
178178
key_value = sub_key
179179
break
180180

0 commit comments

Comments
 (0)