We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ce2a4 commit fff669dCopy full SHA for fff669d
redis/__init__.py
@@ -46,7 +46,7 @@ def int_or_str(value):
46
return value
47
48
49
-__version__ = "6.2.0"
+__version__ = "6.4.0"
50
VERSION = tuple(map(int_or_str, __version__.split(".")))
51
52
0 commit comments