Skip to content

Commit

Permalink
changed version to 9.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alanfmw committed Jun 7, 2022
1 parent 94cef80 commit c40665d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class _MatlabFinder(build_py):
MATLAB_REL = 'R2021b'

# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
MATLAB_VER = '9.11.9'
MATLAB_VER = '9.11.10'

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

Expand Down

0 comments on commit c40665d

Please sign in to comment.