v0.1.0a2 — 2026-04-24¶
Patch over 0.1.0a1. Same feature set. Fixes a single packaging bug that made oxi --version print 0.0.0.
What changed¶
oxi_core/__init__.pyandoxi_adapter_reference/__init__.pynow read__version__from the installed package metadata viaimportlib.metadata.version(...)instead of a hardcoded string that pointed at0.0.0.- Pinned
oxi-adapter-referencetooxi-core==0.1.0a2.
Status of 0.1.0a1¶
Still on PyPI, still installable — the hardcoded __version__ only affects the CLI banner and oxi_core.__version__ reads. No runtime behavior difference. Not yanked because alpha users are expected to bump.
Install¶
Next¶
0.1.0a2 is the current install target for dogfooding. Polish items tracked in docs/roadmap.md.