Version bump to 0.1 beta

This commit is contained in:
Harry Marr
2010-01-02 21:34:48 +00:00
parent 62bda75112
commit b89982fd99
3 changed files with 10 additions and 10 deletions

View File

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