Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Feb 2, 2011
1 parent d765fda commit 2d617c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchdbkit/__init__.py
Expand Up @@ -3,7 +3,7 @@
# This file is part of couchdbkit released under the MIT license.
# See the NOTICE for more information.

version_info = (0, 5, 1)
version_info = (0, 5, 2)
__version__ = ".".join(map(str, version_info))

try:
Expand Down

0 comments on commit 2d617c7

Please sign in to comment.