From caae6e2544b531f36a4b7baa44b5a19497237cf6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:35:05 +0000 Subject: [PATCH] Release v0.2.4 --- README.md | 2 +- pyproject.toml | 2 +- src/sbx/__init__.py | 2 +- uv.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d3a2aff..a58666c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Agents and authentication run in the VM, not on the host. By default `sbx` does ## Install ```bash -uv tool install git+https://github.com/nueces/sbx.git@v0.2.0 +uv tool install git+https://github.com/nueces/sbx.git@v0.2.4 sbx doctor ``` diff --git a/pyproject.toml b/pyproject.toml index b5cc67c..3954232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "sbx" -version = "0.2.4.dev0" +version = "0.2.4" description = "Run Pi/Claude/Codex coding agents in disposable SmolVM sandboxes." readme = "README.md" requires-python = ">=3.12" diff --git a/src/sbx/__init__.py b/src/sbx/__init__.py index 54105d9..e43d36b 100644 --- a/src/sbx/__init__.py +++ b/src/sbx/__init__.py @@ -1,3 +1,3 @@ """sbx: Pi agent sandboxes powered by SmolVM.""" -__version__ = "0.2.4.dev0" +__version__ = "0.2.4" diff --git a/uv.lock b/uv.lock index ad0d830..8f8eb3c 100644 --- a/uv.lock +++ b/uv.lock @@ -819,7 +819,7 @@ wheels = [ [[package]] name = "sbx" -version = "0.2.4.dev0" +version = "0.2.4" source = { editable = "." } dependencies = [ { name = "smolvm" },