-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to 0.4.2 and set minimum version requirement of matlab…
…-proxy to 0.2.9
- Loading branch information
1 parent
bbad902
commit 5eb56d1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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="[email protected]", | ||
|
@@ -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}, | ||
|