redis-py
redis-py copied to clipboard
5.0.9 missing in pypi
version 5.0.9 is missing in pypi. Thanks all
Why is this not being addressed?
https://github.com/redis/redis-py/blob/e82c56eb9a18ea3e7e1ab46825f79282abc93ebc/setup.py#L11
Looks like the version metadata in the setup.py file for the 5.0.9 release was never actually changed from 5.0.8 to 5.0.9. Maybe that's why?
The source distributions in the 5.0.9 release also have this same problem.
Just taking a guess!