Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyroberts committed Nov 3, 2013
1 parent 8f30aec commit 19ea58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchdbkit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# This file is part of couchdbkit released under the MIT license.
# See the NOTICE for more information.

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

0 comments on commit 19ea58d

Please sign in to comment.