ESFEX v0.1.11
Fix
- Splash screen and About dialog now show the actual released version.
esfex.__version__was a hardcoded literal that drifted from the release
(it read 0.1.7 while the package was newer). It is now derived from the
installed package metadata, so pyproject.toml is the single source of
truth and the splash/About track every release automatically.
Carries the v0.1.10 documentation-packaging fix as well.
`pip install -U esfex`; the Windows installer (attached once built) pulls
this version too.