We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298d722 commit 2bb225aCopy full SHA for 2bb225a
redis/__init__.py
@@ -31,7 +31,7 @@ def int_or_str(value):
31
return value
32
33
34
-__version__ = '3.9.9'
+__version__ = '4.0.0b1'
35
VERSION = tuple(map(int_or_str, __version__.split('.')))
36
37
__all__ = [
0 commit comments