Skip to content

Commit 7dcd875

Browse files
committed
Update to v0.17.4
1 parent 4d2bfa5 commit 7dcd875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: |

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)