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 ee6f962 commit bd5e4ecCopy full SHA for bd5e4ec
redis/__init__.py
@@ -47,7 +47,7 @@ def int_or_str(value):
47
48
# This is the version of redis-py that is being used
49
# for building and installing the lib.
50
-__version__ = "6.1.0"
+__version__ = "6.1.1"
51
VERSION = tuple(map(int_or_str, __version__.split(".")))
52
53
0 commit comments