A blazingly fast QR code restoration library for Python.
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.