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 08aea82 commit a76d98cCopy full SHA for a76d98c
redis/__init__.py
@@ -42,7 +42,7 @@ def int_or_str(value):
42
return value
43
44
45
-__version__ = "6.0.0b2"
+__version__ = "6.0.0"
46
VERSION = tuple(map(int_or_str, __version__.split(".")))
47
48
0 commit comments