From 5974a4cef8db1e59d8dec2cbc71067776f0085c1 Mon Sep 17 00:00:00 2001 From: Prabhakar Kumar Date: Mon, 30 Sep 2024 11:11:29 +0530 Subject: [PATCH] Update to v0.15.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8d9c3a55..eeb2536e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "jupyter-matlab-proxy" -version = "0.15.1" +version = "0.15.2" description = "MATLAB Integration for Jupyter" readme = "README.md" license = { file = "LICENSE.md" }