There was an error while loading. Please reload this page.
1 parent 32a5840 commit 7c0a67aCopy full SHA for 7c0a67a
redis/__init__.py
@@ -31,7 +31,7 @@ def int_or_str(value):
31
return value
32
33
34
-__version__ = '3.5.1'
+__version__ = '3.5.2'
35
VERSION = tuple(map(int_or_str, __version__.split('.')))
36
37
__all__ = [
0 commit comments