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 1971f9b commit a1800a9Copy full SHA for a1800a9
.github/workflows/test-jupyter-matlab-proxy.yml
@@ -7,6 +7,7 @@ on:
7
push:
8
branches:
9
- "main"
10
+ - "integration/**"
11
paths:
12
# Only run tests when there are changes to these folders
13
- "src/**"
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
[project]
name = "jupyter-matlab-proxy"
-version = "0.17.1"
+version = "0.17.2"
description = "MATLAB Integration for Jupyter"
readme = "README.md"
license = { file = "LICENSE.md" }
0 commit comments