Skip to content

Commit

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

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

0 comments on commit 6da85df

Please sign in to comment.