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 def589d commit 3331a42Copy full SHA for 3331a42
redis/__init__.py
@@ -45,6 +45,8 @@ def int_or_str(value):
45
return value
46
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"
51
VERSION = tuple(map(int_or_str, __version__.split(".")))
52
0 commit comments