Skip to content

Commit ed5ef1b

Browse files
committed
Update to v0.5.1
1 parent 98e9389 commit ed5ef1b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

matlab_proxy/matlab/startup.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
% Copyright (c) 2020-2022 The MathWorks, Inc.
22

3+
% Ensures figures are docked
4+
set(0,'DefaultFigureWindowStyle','docked')
5+
36
% Configure logged in user if possible
47
if ~isempty(getenv('MW_LOGIN_USER_ID'))
58
user_id = getenv('MW_LOGIN_USER_ID');

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run(self):
6666

6767
setuptools.setup(
6868
name="matlab-proxy",
69-
version="0.5.0",
69+
version="0.5.1",
7070
url=config["doc_url"],
7171
author="The MathWorks, Inc.",
7272
author_email="[email protected]",

0 commit comments

Comments
 (0)