From d723a2b6c78e4dbd713cc2d35673d72ff33582e4 Mon Sep 17 00:00:00 2001 From: Prabhakar Kumar Date: Tue, 6 Aug 2024 16:04:54 +0530 Subject: [PATCH] Update to v0.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a469ade..c896ca33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "jupyter-matlab-proxy" -version = "0.12.3" +version = "0.13.0" description = "MATLAB Integration for Jupyter" readme = "README.md" license = { file = "LICENSE.md" }