Skip to content

Commit 5eb56d1

Browse files
committed
Update version to 0.4.2 and set minimum version requirement of matlab-proxy to 0.2.9
1 parent bbad902 commit 5eb56d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="jupyter-matlab-proxy",
18-
version="0.4.1",
18+
version="0.4.2",
1919
url=config["doc_url"],
2020
author="The MathWorks, Inc.",
2121
author_email="[email protected]",
@@ -48,7 +48,7 @@
4848
install_requires=[
4949
"jupyter-server-proxy",
5050
"jupyter_contrib_nbextensions",
51-
"matlab-proxy",
51+
"matlab-proxy>=0.2.9",
5252
],
5353
tests_require=tests_require,
5454
extras_require={"dev": ["black", "ruamel.yaml"] + tests_require},

0 commit comments

Comments
 (0)