We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c3bac commit fdbb8ebCopy full SHA for fdbb8eb
setup.py
@@ -16,7 +16,7 @@ def run(self):
16
npm_path = which("npm")
17
if not npm_path:
18
raise Exception(
19
- "npm must be installered and on the path during package install!"
+ "npm must be installed and on the path during package install!"
20
)
21
22
npm_install = [npm_path, "install"]
@@ -68,7 +68,7 @@ def run(self):
68
69
setuptools.setup(
70
name="matlab-proxy",
71
- version="0.12.1",
+ version="0.13.0",
72
url=config["doc_url"],
73
author="The MathWorks, Inc.",
74
author_email="cloud@mathworks.com",
0 commit comments