Bumped version for 0.5.1 release

This commit is contained in:
Ross Lawley 2011-10-08 07:31:24 -07:00
parent 9a0a0b1bd4
commit 591149b1f0

View File

@ -14,7 +14,7 @@ __all__ = (document.__all__ + fields.__all__ + connection.__all__ +
__author__ = 'Harry Marr' __author__ = 'Harry Marr'
VERSION = (0, 5, 0) VERSION = (0, 5, 1)
def get_version(): def get_version():