From d5008701001bdd554318f5d01cae5cbebc1b8458 Mon Sep 17 00:00:00 2001 From: rabbitblood Date: Thu, 16 Apr 2026 08:08:21 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20release=20v0.1.1=20=E2=80=94=20absolut?= =?UTF-8?q?e-import=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Releases the absolute-import fix from #2 to PyPI so all standalone workspace template repos (which pin >=0.1.0) automatically pull the fixed version on next image rebuild. No template-side changes needed. Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed64cbc..306f17e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "molecule-ai-workspace-runtime" -version = "0.1.0" +version = "0.1.1" description = "Molecule AI workspace runtime — shared infrastructure for all agent adapters" requires-python = ">=3.11" license = {text = "BSL-1.1"}