We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901b1c2 commit f60954cCopy full SHA for f60954c
.github/workflows/run-unit-tests.yml
@@ -37,7 +37,7 @@ jobs:
37
38
matrix:
39
os: [ubuntu-latest, windows-latest]
40
- node-version: ['18.x']
+ node-version: ['24']
41
42
runs-on: ${{ matrix.os }}
43
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "matlab-proxy"
9
-version = "0.28.1"
+version = "0.28.2"
10
description = "Python® package enables you to launch MATLAB® and access it from a web browser."
11
readme = "README.md"
12
license = "LicenseRef-MATHWORKS-CLOUD-REFERENCE-ARCHITECTURE-LICENSE"
0 commit comments