Release v0.8.1 brings a bugfix, as well as updates to the dependencies.
- A workaround regarding versions containing -SNAPSHOT got added. Previously, if a plugin snapshot got or was installed, the parsing library comparing the installed version with the new version failed, as it expects a python-like version string. For now, -SNAPSHOT get's replaced with .dev when parsing.
- All dependencies got bumped to their newest minor version automatically.
- importlib-metadata is updated, which allows pluploader to be installed on newer Python versions (3.9+) without causing issues.