Skip to content

Commit

Permalink
0.3.10 (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayka committed Apr 6, 2024
1 parent 8aabbcb commit eb575f3
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 @@ -140,7 +140,7 @@ function getMarimoWheel(version: string) {
return "marimo >= 0.3.0";
}
if (version === "local") {
return "http://localhost:8000/dist/marimo-0.3.9-py3-none-any.whl";
return "http://localhost:8000/dist/marimo-0.3.10-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.9"
__version__ = "0.3.10"

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

0 comments on commit eb575f3

Please sign in to comment.