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 3085a7f commit 8839429Copy full SHA for 8839429
redis/__init__.py
@@ -47,7 +47,7 @@ def int_or_str(value):
47
48
49
# This version is used when building the package for publishing
50
-__version__ = "6.2.0"
+__version__ = "6.3.0"
51
VERSION = tuple(map(int_or_str, __version__.split(".")))
52
53
0 commit comments