Patch release fixing two issues found right after 0.2.1.
pamica.__version__now derives from the installed package metadata (single source of truth =pyproject.toml). It previously returned the stale0.1.2even in the 0.2.1 wheel becauseversion.pyhardcoded it (#182).pyAMICA->pAMICAURL canonicalization after the GitHub repository was renamedsccn/pyAMICA->sccn/pAMICA. The docs site moved to https://eeglab.org/pAMICA/, so the oldeeglab.org/pyAMICAlinks (including the README docs badge) now 404; the repo URLs, codecov, the native-binary resolver default, the badge, and clone snippets are updated to match. The package/import name stays lowercasepamica(#184).
Install/upgrade: pip install -U pamica. Native reference binaries (macOS arm64, Linux x64/arm64, Windows x64) are attached below.