Skip to content

Release v0.5.4

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Sep 20:38

What's Changed in v0.5.4

Commits

  • 0310009 Bump version
  • 55546fb Fix update service's uv checker being too agressive

Installation

Using pipx (recommended for CLI tools):

pipx install kilm

Using pip:

pip install kilm

From release assets:

  1. Download the wheel file from this release
  2. Install with pipx or pip:
pipx install kilm-0.5.4-py3-none-any.whl
# or
pip install kilm-0.5.4-py3-none-any.whl

Auto-Update (Coming Soon)

Future versions will include kilm update functionality for easy updates.