Bump to v0.1.3

This commit is contained in:
Harry Marr 2010-01-07 22:49:24 +00:00
parent b7e8108edd
commit ef5815e4a5

View File

@ -12,7 +12,7 @@ __all__ = (document.__all__ + fields.__all__ + connection.__all__ +
__author__ = 'Harry Marr'
VERSION = (0, 1, 2)
VERSION = (0, 1, 3)
def get_version():
version = '%s.%s' % (VERSION[0], VERSION[1])