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 00e289a commit 0c23d33Copy full SHA for 0c23d33
.github/workflows/release.yml
@@ -39,6 +39,9 @@ jobs:
39
- name: 📦 Build frontend
40
run: ./scripts/buildfrontend.sh
41
42
+ - name: 📦 Build lsp
43
+ run: ./scripts/buildlsp.sh
44
+
45
- name: 🐍 Setup Python 3.10
46
uses: actions/setup-python@v4
47
with:
.github/workflows/test_cli.yaml
@@ -38,6 +38,9 @@ jobs:
38
marimo/__init__.py
@@ -38,7 +38,7 @@
"ui",
"vstack",
]
-__version__ = "0.1.15"
+__version__ = "0.1.16"
from marimo._ast.app import App
from marimo._output.doc import doc
0 commit comments