Merge pull request #3 from Molecule-AI/chore/release-v0.1.1
Some checks failed
Publish to PyPI / build-and-publish (push) Failing after 41s

chore: release v0.1.1 — absolute-import fix
This commit is contained in:
Hongming Wang 2026-04-16 08:09:18 -07:00 committed by GitHub
commit ee2a3752fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"}