From 76d516aa6e4a9e4a6e690d37dc577c6662d5ec87 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 8 Oct 2012 08:22:22 -0700 Subject: 2.7.1 version bump, include tests with source dist --- redis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis') diff --git a/redis/__init__.py b/redis/__init__.py index 8bbdbb6..1255795 100644 --- a/redis/__init__.py +++ b/redis/__init__.py @@ -17,7 +17,7 @@ from redis.exceptions import ( ) -__version__ = '2.7.0' +__version__ = '2.7.1' VERSION = tuple(map(int, __version__.split('.'))) __all__ = [ -- cgit v1.2.1