Skip to content

Commit

Permalink
0.3.11 (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayka authored Apr 9, 2024
1 parent a923bdc commit 00ee3b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/core/pyodide/worker/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function getMarimoWheel(version: string) {
return "marimo >= 0.3.0";
}
if (version === "local") {
return "http://localhost:8000/dist/marimo-0.3.10-py3-none-any.whl";
return "http://localhost:8000/dist/marimo-0.3.11-py3-none-any.whl";
}
return `marimo==${version}`;
}
2 changes: 1 addition & 1 deletion marimo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"video",
"vstack",
]
__version__ = "0.3.10"
__version__ = "0.3.11"

from marimo._ast.app import App
from marimo._ast.cell import Cell
Expand Down

0 comments on commit 00ee3b0

Please sign in to comment.