From 4a25d68981d9559ed10f38f7acc0ce4802c2d3a7 Mon Sep 17 00:00:00 2001 From: Prabhakar Kumar Date: Tue, 17 Oct 2023 15:49:09 +0530 Subject: [PATCH] update to v0.8.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f03735ea..e2ff1ffa 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ def run(self): setuptools.setup( name="matlab-proxy", - version="0.8.0", + version="0.8.1", url=config["doc_url"], author="The MathWorks, Inc.", author_email="cloud@mathworks.com",