You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unsupported_platform="{platform:s} is not a supported platform."
60
60
unsupported_python="{python:s} is not supported. The supported Python versions are {supported:s}."
61
61
unset_env="Environment variable {path1:s} has not been set. Add <matlabroot>/bin/{arch:s} to {path2:s}, where <matlabroot> is the root of a valid MATLAB installation."
62
-
install_or_set_path="MATLAB {ver:s} installation not found. Install to default location, or add <matlabroot>/bin/{arch:s} to {path2:s}, where <matlabroot> is the root of a MATLAB {ver:s} installation."
62
+
install_or_set_path="MATLAB {ver:s} installation not found. Install to default location, or add <matlabroot>/bin/{arch:s} to {path:s}, where <matlabroot> is the root of a MATLAB {ver:s} installation."
63
63
no_compatible_matlab="No compatible MATLAB installation found in Windows Registry. This release of "+ \
64
64
"MATLAB Engine API for Python is compatible with version {ver:s}. The found versions were"
65
65
no_matlab="No compatible MATLAB installation found in Windows Registry."
@@ -394,7 +394,7 @@ def run(self):
394
394
setup(
395
395
name="matlabengine",
396
396
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
397
-
version="9.13.3a6",
397
+
version="9.13.3a7",
398
398
description='A module to call MATLAB from Python',
0 commit comments