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 590b28d commit a96b7adCopy full SHA for a96b7ad
redis/__init__.py
@@ -46,7 +46,7 @@ def int_or_str(value):
46
return value
47
48
49
-__version__ = "7.0.0b2"
+__version__ = "7.0.0b3"
50
VERSION = tuple(map(int_or_str, __version__.split(".")))
51
52
0 commit comments