diff --git a/fakeredis.py b/fakeredis.py index 51cd9a1..8043e4e 100644 --- a/fakeredis.py +++ b/fakeredis.py @@ -12,7 +12,7 @@ import redis.client -__version__ = '0.4.2' +__version__ = '0.4.3' DATABASES = {} _libc = CDLL(find_library('c')) diff --git a/setup.py b/setup.py index 23fbcf9..6fb18ed 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='fakeredis', - version='0.4.2', + version='0.4.3', description="Fake implementation of redis API for testing purposes.", long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),