Skip to content

Commit

Permalink
Update to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhakk-mw committed Oct 27, 2022
1 parent 98e9389 commit ed5ef1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions matlab_proxy/matlab/startup.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
% 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.0",
version="0.5.1",
url=config["doc_url"],
author="The MathWorks, Inc.",
author_email="[email protected]",
Expand Down

0 comments on commit ed5ef1b

Please sign in to comment.