diff --git a/pyproject.toml b/pyproject.toml index 9a2aa6f..bb113e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "porter-sandbox" -version = "0.0.1" +version = "0.1.26" description = "Python SDK for the Porter Sandbox API" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 6ef842a..862d491 100644 --- a/uv.lock +++ b/uv.lock @@ -345,7 +345,7 @@ wheels = [ [[package]] name = "porter-sandbox" -version = "0.0.1" +version = "0.1.26" source = { editable = "." } dependencies = [ { name = "httpx" },