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 64791a5 commit 021d4acCopy full SHA for 021d4ac
redis/__init__.py
@@ -37,7 +37,7 @@ def int_or_str(value):
37
return value
38
39
40
-__version__ = "4.0.2"
+__version__ = "4.1.0rc1"
41
42
43
VERSION = tuple(map(int_or_str, __version__.split('.')))
0 commit comments