Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andymccurdy committed Jan 13, 2012
1 parent 485a791 commit 43f5e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/__init__.py
Expand Up @@ -16,7 +16,7 @@
)


__version__ = '2.4.10'
__version__ = '2.4.11'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit 43f5e96

Please sign in to comment.