From 1c7d780d30087da3f2db7291ddf59b844c4593a5 Mon Sep 17 00:00:00 2001 From: Srikalyan Swayampakula Date: Mon, 18 Apr 2016 11:18:53 -0700 Subject: [PATCH] Fixed the version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6218e9..a0e4481 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages # Match releases to redis-py versions -__version__ = '2.9.0.12' +__version__ = '2.9.1' # Jenkins will replace __build__ with a unique value. __build__ = ''