From 7c0a67a5cb4a20aea44c590837b0e79c9c09c510 Mon Sep 17 00:00:00 2001 From: Andy McCurdy Date: Thu, 14 May 2020 14:17:00 -0700 Subject: [PATCH] 3.5.2 --- redis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ = [