Skip to content

Commit

Permalink
Bumped version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rlotun committed Jan 12, 2011
1 parent 8933bde commit 41815a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,3 +1,4 @@
include *.txt
include *.rst
recursive-include txredis *.py
recursive-include examples *.py
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
sdict = {
'name' : 'txredis',
'version' : '0.1.3',
'version' : '2.0',
'packages' : ['txredis'],
'description' : 'Python/Twisted client for Redis key-value store',
'author' : 'Dorian Raymer',
Expand Down

0 comments on commit 41815a2

Please sign in to comment.