diff --git a/redis/__init__.py b/redis/__init__.py index 0e2609cf2a..5b055bb9dc 100644 --- a/redis/__init__.py +++ b/redis/__init__.py @@ -31,7 +31,7 @@ def int_or_str(value): return value -__version__ = '3.5.1' +__version__ = '3.5.2' VERSION = tuple(map(int_or_str, __version__.split('.'))) __all__ = [