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 793cdc6 commit f5cd264Copy full SHA for f5cd264
redis/__init__.py
@@ -45,7 +45,7 @@ def int_or_str(value):
45
return value
46
47
48
-__version__ = "6.1.0"
+__version__ = "6.2.0"
49
VERSION = tuple(map(int_or_str, __version__.split(".")))
50
51
0 commit comments