Skip to content

Commit

Permalink
Update to v0.16.1 , also sets the minimum matlab-proxy version to v0.…
Browse files Browse the repository at this point in the history
…23.3
  • Loading branch information
prabhakk-mw committed Jan 8, 2025
1 parent c7b9bdb commit 2bbf450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"

[project]
name = "jupyter-matlab-proxy"
version = "0.16.0"
version = "0.16.1"
description = "MATLAB Integration for Jupyter"
readme = "README.md"
license = { file = "LICENSE.md" }
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies = [
"ipykernel",
"jupyter-client",
"jupyter-server-proxy>=4.1.0",
"matlab-proxy>=0.16.0",
"matlab-proxy>=0.23.3",
"psutil",
"requests",
]
Expand Down

0 comments on commit 2bbf450

Please sign in to comment.