You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About dialog shows wrong version in bundle — copy_metadata("pbpicat") is now included in pbpicat.spec so that importlib.metadata.version() resolves correctly at runtime inside a PyInstaller bundle. make dist now runs pip install -e . beforehand to ensure package metadata matches pyproject.toml.
Changed
bump_version.py — removed the stale regex entry for src/pbpicat/__main__.py (no longer contains a hardcoded version string).