Skip to content

Commit 8f9fc30

Browse files
committed
changed version to 9.11.6
1 parent 6df3a9a commit 8f9fc30

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
@@ -64,8 +64,8 @@ class _MatlabFinder(build_py):
6464
no_matlab = "No MATLAB installation found in Windows Registry."
6565
incompatible_ver = "MATLAB version {ver:s} was found, but MATLAB Engine API for Python is not compatible with it. " + \
6666
"To install a compatible version, call python -m pip install matlabengine=={found:s}."
67-
invalid_version_from_matlab_release = "Format of MATLAB version '{ver:s}' is invalid.")
68-
invalid_version_from_eng = "Format of MATLAB Engine API version '{ver:s}' is invalid.")
67+
invalid_version_from_matlab_release = "Format of MATLAB version '{ver:s}' is invalid."
68+
invalid_version_from_eng = "Format of MATLAB Engine API version '{ver:s}' is invalid."
6969

7070
def set_platform_and_arch(self):
7171
"""

0 commit comments

Comments
 (0)