1 parent 71176fc commit a6302d9Copy full SHA for a6302d9
redis/__init__.py
@@ -19,7 +19,7 @@
19
)
20
21
22
-__version__ = '2.7.5'
+__version__ = '2.7.6'
23
VERSION = tuple(map(int, __version__.split('.')))
24
25
__all__ = [
0 commit comments