We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f677f commit 5cd878dCopy full SHA for 5cd878d
redis/__init__.py
@@ -31,7 +31,7 @@ def int_or_str(value):
31
return value
32
33
34
-__version__ = '3.5.3'
+__version__ = '3.9.9'
35
VERSION = tuple(map(int_or_str, __version__.split('.')))
36
37
__all__ = [
0 commit comments