Skip to content

Commit fdbb8eb

Browse files
committed
Update to v0.13.0
1 parent e1c3bac commit fdbb8eb

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
@@ -16,7 +16,7 @@ def run(self):
1616
npm_path = which("npm")
1717
if not npm_path:
1818
raise Exception(
19-
"npm must be installered and on the path during package install!"
19+
"npm must be installed and on the path during package install!"
2020
)
2121

2222
npm_install = [npm_path, "install"]
@@ -68,7 +68,7 @@ def run(self):
6868

6969
setuptools.setup(
7070
name="matlab-proxy",
71-
version="0.12.1",
71+
version="0.13.0",
7272
url=config["doc_url"],
7373
author="The MathWorks, Inc.",
7474
author_email="cloud@mathworks.com",

0 commit comments

Comments
 (0)