Skip to content

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__.py and oxi_adapter_reference/__init__.py now read __version__ from the installed package metadata via importlib.metadata.version(...) instead of a hardcoded string that pointed at 0.0.0.
  • Pinned oxi-adapter-reference to oxi-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

pip install oxi-core==0.1.0a2
pip install oxi-adapter-reference==0.1.0a2

Next

0.1.0a2 is the current install target for dogfooding. Polish items tracked in docs/roadmap.md.