Skip to content

Commit 64b055c

Browse files
committed
Update to v0.17.4
1 parent 4d2bfa5 commit 64b055c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-jupyter-matlab-proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Python 3.10
3434
uses: actions/setup-python@v5
3535
with:
36-
python-version: 3.10
36+
python-version: '3.10'
3737

3838
- name: Install Python build dependencies
3939
run: |

.github/workflows/test-tljh-matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python 3.10
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: "3.10"
24+
python-version: '3.10'
2525

2626
- name: Install dependencies
2727
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "jupyter-matlab-proxy"
9-
version = "0.17.3"
9+
version = "0.17.4"
1010
description = "MATLAB Integration for Jupyter"
1111
readme = "README.md"
1212
license = { file = "LICENSE.md" }

0 commit comments

Comments
 (0)