v0.1.1
Fix: Python source files missing from wheel
uv pip install (and any pip install from the wheel) was installing zero .py files because the hatch build include list only contained non-Python files, effectively filtering out the entire package.
What changed: moved the include list to the sdist target only, so the wheel now correctly includes all llm_dna/ source files.
Full Changelog: v0.1.0...v0.1.1