Skip to content

Commit

Permalink
0.3.0 (#911)
Browse files Browse the repository at this point in the history
* Revert "0.2.14 (#910)"

This reverts commit 0fcdf82.

* 0.3.0
  • Loading branch information
akshayka authored Mar 6, 2024
1 parent 0fcdf82 commit 0c288b4
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 @@ -31,7 +31,7 @@ export async function bootstrap() {
const marimoWheel =
process.env.NODE_ENV === "production"
? "marimo >= 0.2.5"
: "http://localhost:8000/dist/marimo-0.2.14-py3-none-any.whl";
: "http://localhost:8000/dist/marimo-0.3.0-py3-none-any.whl";
await pyodide.runPythonAsync(`
import micropip
Expand Down
2 changes: 1 addition & 1 deletion marimo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"video",
"vstack",
]
__version__ = "0.2.14"
__version__ = "0.3.0"

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

0 comments on commit 0c288b4

Please sign in to comment.