diff --git a/pyproject.toml b/pyproject.toml index a8517e7..db85d11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-runtime" -version = "0.1.1" +version = "0.2.0" description = "Workspace/session runtime primitives for Hotdata integrations" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index a6f56a5..489a070 100644 --- a/uv.lock +++ b/uv.lock @@ -58,7 +58,7 @@ wheels = [ [[package]] name = "hotdata-runtime" -version = "0.1.1" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "hotdata" },