Skip to content

Commit

Permalink
Update version to 0.4.2 and set minimum version requirement of matlab…
Browse files Browse the repository at this point in the history
…-proxy to 0.2.9
  • Loading branch information
prabhakk-mw committed May 12, 2022
1 parent bbad902 commit 5eb56d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="jupyter-matlab-proxy",
version="0.4.1",
version="0.4.2",
url=config["doc_url"],
author="The MathWorks, Inc.",
author_email="jupyter-support@mathworks.com",
Expand Down Expand Up @@ -48,7 +48,7 @@
install_requires=[
"jupyter-server-proxy",
"jupyter_contrib_nbextensions",
"matlab-proxy",
"matlab-proxy>=0.2.9",
],
tests_require=tests_require,
extras_require={"dev": ["black", "ruamel.yaml"] + tests_require},
Expand Down

0 comments on commit 5eb56d1

Please sign in to comment.