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 2a52f3f commit d93b5f3Copy full SHA for d93b5f3
redis/__init__.py
@@ -37,7 +37,7 @@ def int_or_str(value):
37
return value
38
39
40
-__version__ = '4.0.0rc1'
+__version__ = '4.0.0rc2'
41
VERSION = tuple(map(int_or_str, __version__.split('.')))
42
43
__all__ = [
0 commit comments