Skip to content

Commit b9f7352

Browse files
committed
9.14.5
1 parent 883bc69 commit b9f7352

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,21 @@ The MATLAB® Engine API for Python® provides a package to integrate MATLA
1111
### Required 3rd Party Products
1212
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
1313
* Python 3.8, 3.9, or 3.10
14+
<<<<<<< HEAD
1415
* Supported Python versions by MATLAB release can be found [here](https://mathworks.com/support/requirements/python-compatibility.html).
16+
=======
17+
* Supported Python versions by MATLAB release can be found [here](https://www.mathworks.com/support/requirements/python-compatibility.html).
18+
>>>>>>> 6fbf1c78f02910e71ce14f3a49f20a634f653509
19+
20+
---
1521

1622
## Install
1723

1824
### Windows
1925
MATLAB Engine API for Python can be installed directly from the Python Package Index.
2026
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
2127
```bash
22-
$ python -m pip install matlabengine==9.14.4
28+
$ python -m pip install matlabengine==9.14.5
2329
```
2430

2531

@@ -44,7 +50,7 @@ setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:<matlabroot>/bin/glnxa64
4450
MATLAB Engine API for Python can be installed directly from the Python Package Index.
4551
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
4652
```bash
47-
$ python -m pip install matlabengine==9.14.4
53+
$ python -m pip install matlabengine==9.14.5
4854
```
4955

5056
### macOS
@@ -68,7 +74,7 @@ setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH}:<matlabroot>/bin/maci64
6874
MATLAB Engine API for Python can be installed directly from the Python Package Index.
6975
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
7076
```bash
71-
$ python -m pip install matlabengine==9.14.4
77+
$ python -m pip install matlabengine==9.14.5
7278
```
7379

7480
---

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class _MatlabFinder(build_py):
2424
MATLAB_REL = 'R2023a'
2525

2626
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
27-
MATLAB_VER = '9.14.4'
27+
MATLAB_VER = '9.14.5'
2828

2929
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
3030
SUPPORTED_PYTHON_VERSIONS = set(['3.8', '3.9', '3.10'])
@@ -414,7 +414,7 @@ def run(self):
414414
setup(
415415
name="matlabengine",
416416
# MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string)
417-
version="9.14.4",
417+
version="9.14.5",
418418
description='A module to call MATLAB from Python',
419419
author='MathWorks',
420420
license="LICENSE.txt, located in this repository",

0 commit comments

Comments
 (0)