Skip to content

Commit

Permalink
Update to v0.5.4 with minor bug fixes related to figure window dockin…
Browse files Browse the repository at this point in the history
…g style.
  • Loading branch information
prabhakk-mw committed Nov 10, 2022
1 parent 65f83e5 commit 17c6348
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions matlab_proxy/matlab/startup.m
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
% Copyright (c) 2020-2022 The MathWorks, Inc.

% Ensures figures are docked
set(0,'DefaultFigureWindowStyle','docked')

% Configure logged in user if possible
if ~isempty(getenv('MW_LOGIN_USER_ID'))
user_id = getenv('MW_LOGIN_USER_ID');
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run(self):

setuptools.setup(
name="matlab-proxy",
version="0.5.3",
version="0.5.4",
url=config["doc_url"],
author="The MathWorks, Inc.",
author_email="[email protected]",
Expand Down

0 comments on commit 17c6348

Please sign in to comment.