Skip to content

Commit b7e414e

Browse files
author
Prabhakar Kumar
committed
Update to v0.2.6
1 parent 7acaca7 commit b7e414e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ def run(self):
5151

5252
setuptools.setup(
5353
name="matlab-proxy",
54-
version="0.2.5",
54+
version="0.2.6",
5555
url=config["doc_url"],
5656
author="The MathWorks, Inc.",
5757
author_email="[email protected]",
5858
license="MATHWORKS CLOUD REFERENCE ARCHITECTURE LICENSE",
59-
description="Python® package enables you to open a MATLAB® desktop in a web browser tab.",
59+
description="Python® package enables you to launch MATLAB® and access it from a web browser.",
6060
long_description=long_description,
6161
long_description_content_type="text/markdown",
6262
packages=setuptools.find_packages(exclude=["devel", "tests", "anaconda"]),

0 commit comments

Comments
 (0)