Skip to content

Commit 2bbf450

Browse files
committed
Update to v0.16.1 , also sets the minimum matlab-proxy version to v0.23.3
1 parent c7b9bdb commit 2bbf450

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.16.0"
9+
version = "0.16.1"
1010
description = "MATLAB Integration for Jupyter"
1111
readme = "README.md"
1212
license = { file = "LICENSE.md" }
@@ -43,7 +43,7 @@ dependencies = [
4343
"ipykernel",
4444
"jupyter-client",
4545
"jupyter-server-proxy>=4.1.0",
46-
"matlab-proxy>=0.16.0",
46+
"matlab-proxy>=0.23.3",
4747
"psutil",
4848
"requests",
4949
]

0 commit comments

Comments
 (0)