Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesls committed Feb 20, 2014
1 parent d12eea5 commit 0e1a60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fakeredis.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import redis.client


__version__ = '0.4.1'
__version__ = '0.4.2'
DATABASES = {}

_libc = CDLL(find_library('c'))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 0e1a60a

Please sign in to comment.