Skip to content

Commit

Permalink
version bump (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayka committed Mar 6, 2024
1 parent 9552acc commit e72dd11
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.3.0-py3-none-any.whl";
: "http://localhost:8000/dist/marimo-0.3.1-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.3.0"
__version__ = "0.3.1"

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

0 comments on commit e72dd11

Please sign in to comment.