From 17bbf018b465ba33c5d283aa3a03b1f43aa743d2 Mon Sep 17 00:00:00 2001 From: Prabhakar Kumar Date: Thu, 23 Nov 2023 14:59:14 +0530 Subject: [PATCH] Update to v0.10.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5eaa28cf..b95d4c73 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def run(self): setuptools.setup( name="matlab-proxy", - version="0.9.1", + version="0.10.0", url=config["doc_url"], author="The MathWorks, Inc.", author_email="cloud@mathworks.com",