Open daniel-j-h opened 1 year ago
Hey folks it looks like April 8th 2022 was the last release
https://pypi.org/project/rio-rgbify/#history
It contains e.g. https://github.com/mapbox/rio-rgbify/pull/34
But looking at the source tarball and the wheel it seems like the wheel does not include that pull request.
Have a look e.g. at cli.py and search for the round-digits option; the source tarball has it, the wheel doesn't
cli.py
Could you folks cut a new release here, git-tagging it, and uploading consistent sources and wheels please!
Thank you!
In the meantime here is a workaround to get the latest source
python3 -m pip install --force --no-binary "rio-rgbify" rio-rgbify
Hey folks it looks like April 8th 2022 was the last release
https://pypi.org/project/rio-rgbify/#history
It contains e.g. https://github.com/mapbox/rio-rgbify/pull/34
But looking at the source tarball and the wheel it seems like the wheel does not include that pull request.
Have a look e.g. at
cli.py
and search for the round-digits option; the source tarball has it, the wheel doesn'tCould you folks cut a new release here, git-tagging it, and uploading consistent sources and wheels please!
Thank you!