Skip to content

Commit 874a9d8

Browse files
committed
changed 9.12 to 9.12.4
1 parent a62dfe5 commit 874a9d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class _MatlabFinder(build_py):
2323
MATLAB_REL = 'R2022a'
2424

2525
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
26-
MATLAB_VER = '9.12'
26+
MATLAB_VER = '9.12.4'
2727

2828
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
2929
SUPPORTED_PYTHON_VERSIONS = set(['3.8', '3.9'])
@@ -36,7 +36,7 @@ class _MatlabFinder(build_py):
3636
"9.9": "R2020b",
3737
"9.10": "R2021a",
3838
"9.11": "R2021b",
39-
"9.12": "R2022a"
39+
"9.12.4": "R2022a"
4040
}
4141

4242
DEFAULT_INSTALLS = {
@@ -284,7 +284,7 @@ def run(self):
284284
setup(
285285
name="matlabengine",
286286
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
287-
version="9.12",
287+
version="9.12.4",
288288
description='A module to call MATLAB from Python',
289289
author='MathWorks',
290290
license="MathWorks XSLA License",

0 commit comments

Comments
 (0)