From 0e1a60a88889bf08b5025c77acd42bb475d18378 Mon Sep 17 00:00:00 2001 From: James Saryerwinnie Date: Thu, 20 Feb 2014 07:18:35 -0800 Subject: [PATCH] Bump version to 0.4.2 --- fakeredis.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fakeredis.py b/fakeredis.py index 1a9745a..750c67b 100644 --- a/fakeredis.py +++ b/fakeredis.py @@ -12,7 +12,7 @@ import redis.client -__version__ = '0.4.1' +__version__ = '0.4.2' DATABASES = {} _libc = CDLL(find_library('c')) diff --git a/setup.py b/setup.py index b098bdc..23fbcf9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='fakeredis', - version='0.4.1', + version='0.4.2', description="Fake implementation of redis API for testing purposes.", long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),