Python wheel fix + Go module tag fix.
- Fixed: PyPI wheel now correctly exports the
PyInit_voxrt_wake_wordsymbol —import voxrt_wake_wordworks again. v0.1.4 wheels were built with a stale pyo3 macro-expansion cache and shipped without the module init, sopip install voxrt-wake-word==0.1.4on any Python raisedImportError. - Fixed:
go get github.com/VoxRT/voxrt-wake-word-linux/go@v0.1.5now resolves. Go's monorepo-submodule convention wants a matchinggo/vX.Y.Ztag alongside the barevX.Y.Z; the release orchestrator now creates and pushes both. Retroactivego/v0.1.2 .. go/v0.1.4tags are also live so those older releases work for Go consumers. - Unchanged: C tarball + npm package — same runtime, same C ABI, ABI-neutral rebuild.
Install:
python3 -m pip install voxrt-wake-word==0.1.5
npm install @voxrt/wake-word@0.1.5
go get github.com/VoxRT/voxrt-wake-word-linux/go@v0.1.5For pinning the C tarball to this release:
curl -LO https://github.com/VoxRT/voxrt-wake-word-linux/releases/download/v0.1.5/voxrt-wake-word-0.1.5-aarch64-linux-gnu.tar.gz