We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2d427 commit 7152185Copy full SHA for 7152185
redis/__init__.py
@@ -42,7 +42,7 @@ def int_or_str(value):
42
return value
43
44
45
-__version__ = "6.0.0b1"
+__version__ = "6.0.0b2"
46
VERSION = tuple(map(int_or_str, __version__.split(".")))
47
48
0 commit comments