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 4d2bfa5 commit 7dcd875Copy full SHA for 7dcd875
.github/workflows/publish-jupyter-matlab-proxy.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Set up Python 3.10
34
uses: actions/setup-python@v5
35
with:
36
- python-version: 3.10
+ python-version: "3.10"
37
38
- name: Install Python build dependencies
39
run: |
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "jupyter-matlab-proxy"
9
-version = "0.17.3"
+version = "0.17.4"
10
description = "MATLAB Integration for Jupyter"
11
readme = "README.md"
12
license = { file = "LICENSE.md" }
0 commit comments