Releases and installation

Release model

relayna v1 is published through GitHub Releases.

Each release publishes:

  • a wheel for direct installation
  • a source distribution for source-based installs

Install the wheel

pip install https://github.com/sarattha/relayna/releases/download/v1.3.3/relayna-1.3.3-py3-none-any.whl

Install the source distribution

pip install https://github.com/sarattha/relayna/releases/download/v1.3.3/relayna-1.3.3.tar.gz

Build artifacts locally

uv build

Expected artifacts:

  • dist/relayna-1.3.3.tar.gz
  • dist/relayna-1.3.3-py3-none-any.whl

Versioning policy

relayna follows semantic versioning for the documented public API only. The stable v1 surface is the documented symbol set from the supported submodules. Undocumented internals may change outside of semver guarantees.