Skip to content

Commit

Permalink
0.3.5 (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayka committed Mar 27, 2024
1 parent 784c48b commit cfc5c84
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 @@ -139,7 +139,7 @@ function getMarimoWheel(version: string) {
return "marimo >= 0.3.0";
}
if (version === "local") {
return "http://localhost:8000/dist/marimo-0.3.4-py3-none-any.whl";
return "http://localhost:8000/dist/marimo-0.3.5-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 @@ -54,7 +54,7 @@
"video",
"vstack",
]
__version__ = "0.3.4"
__version__ = "0.3.5"

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

0 comments on commit cfc5c84

Please sign in to comment.