diff --git a/pyproject.toml b/pyproject.toml index 74b6f6f..bea2ad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "sbx" -version = "0.2.5" +version = "0.2.6.dev0" 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 03ea587..b70ea04 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.5" +__version__ = "0.2.6.dev0" diff --git a/uv.lock b/uv.lock index e37bc73..869c721 100644 --- a/uv.lock +++ b/uv.lock @@ -819,7 +819,7 @@ wheels = [ [[package]] name = "sbx" -version = "0.2.5" +version = "0.2.6.dev0" source = { editable = "." } dependencies = [ { name = "smolvm" },