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 d524709 commit 368a25fCopy full SHA for 368a25f
redis/__init__.py
@@ -38,7 +38,7 @@ def int_or_str(value):
38
return value
39
40
41
-__version__ = "4.1.0rc1"
+__version__ = "4.1.0rc2"
42
43
44
VERSION = tuple(map(int_or_str, __version__.split('.')))
0 commit comments