qqr

QQR - a python library for QR code restoration

A blazingly fast QR code restoration library for Python.

GitHub Actions Status Code Coverage CodeFactor Code style: black

Docs Binder

PyPI version Supported Python versions

Controlling the version number with bumpversion

When you want to increment the version number for a new release use bumpversion to do it correctly across the whole library. For example, to increment to a new patch release you would simply run

bumpversion patch

which given the .bumpversion.cfg makes a new commit that increments the release version by one patch release.