Skip to content

Commit 5869117

Browse files
committed
Update to v0.10.0 and also update minimum matlab-proxy verison required to v0.10.0
1 parent 93f1bbf commit 5869117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "jupyter-matlab-proxy"
9-
version = "0.9.1"
9+
version = "0.10.0"
1010
description = "MATLAB Integration for Jupyter"
1111
readme = "README.md"
1212
license = { file = "LICENSE.md" }
@@ -46,7 +46,7 @@ dependencies = [
4646
"jupyter-server-proxy",
4747
"simpervisor>=1.0.0",
4848
"jupyter-contrib-nbextensions",
49-
"matlab-proxy>=0.9.1",
49+
"matlab-proxy>=0.10.0",
5050
"psutil",
5151
"requests",
5252
]

0 commit comments

Comments
 (0)