Skip to content

KISS-Matcher v1.0.2

Latest

Choose a tag to compare

@LimHyungTae LimHyungTae released this 10 May 03:54
· 2 commits to main since this release
e3440b6

Tiny correctness fix.

What changed

`kiss_matcher.version` is now derived from the installed package
metadata (`importlib.metadata.version("kiss_matcher")`) instead of a
hardcoded string. v1.0.0 and v1.0.1 both reported `version == "1.0.0"`
at runtime regardless of the actual installed version; v1.0.2 fixes that
drift and any future bump is reflected automatically.

No API changes

Same wheels, same coverage as v1.0.1.