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