redis-py icon indicating copy to clipboard operation
redis-py copied to clipboard

5.0.9 missing in pypi

Open raphaelauv opened this issue 1 year ago • 2 comments

image

version 5.0.9 is missing in pypi. Thanks all

raphaelauv avatar Aug 01 '24 12:08 raphaelauv

Why is this not being addressed?

beruic avatar Aug 14 '24 20:08 beruic

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!

willfrey avatar Aug 16 '24 06:08 willfrey