wickworks v0.3.3 — single source of truth for version
Drops the hardcoded __version__ literal in src/wickworks/__init__.py
in favour of importlib.metadata.version("wickworks"). pyproject.toml
is now the only place a release number lives, so the /health
endpoint can't drift from the tag again the way it did between
v0.3.1 and v0.3.2.
No runtime behavior change.