From 5f538874a08af642d4c69069435c85789926d26d Mon Sep 17 00:00:00 2001 From: stash Date: Fri, 23 Jan 2026 12:09:20 -0800 Subject: [PATCH] bump version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5c824bdc16..2dcf5d548e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ name = "dimos" authors = [ {name = "Dimensional Team", email = "build@dimensionalOS.com"}, ] -version = "0.0.8" +version = "0.0.9" description = "Powering agentive generalist robotics" requires-python = ">=3.10" readme = "README.md" diff --git a/uv.lock b/uv.lock index 7ba440c66e..7380a40780 100644 --- a/uv.lock +++ b/uv.lock @@ -1381,7 +1381,7 @@ wheels = [ [[package]] name = "dimos" -version = "0.0.8" +version = "0.0.9" source = { editable = "." } dependencies = [ { name = "asyncio" },