Skip to content

Commit 057564d

Browse files
committed
Updates to jupyter-matlab-proxy to v0.17.0, and sets minimum version dependency of matlab-proxy to v0.26.0
1 parent 1417af5 commit 057564d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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.16.4"
9+
version = "0.17.0"
1010
description = "MATLAB Integration for Jupyter"
1111
readme = "README.md"
1212
license = { file = "LICENSE.md" }
@@ -43,7 +43,7 @@ dependencies = [
4343
"ipykernel>=6.0.3",
4444
"jupyter-client",
4545
"jupyter-server-proxy>=4.1.0",
46-
"matlab-proxy>=0.25.0",
46+
"matlab-proxy>=0.26.0",
4747
"psutil",
4848
"requests",
4949
]

0 commit comments

Comments
 (0)