0.0.6, fixed field types

This commit is contained in:
Binh 2011-10-29 14:58:59 -05:00
parent 7cb8bed61e
commit 076efd4036
3 changed files with 46 additions and 46 deletions

View file

@ -1,6 +1,6 @@
from record import *
VERSION = (0, 0, 5)
VERSION = (0, 0, 6)
RECORD_TYPES = [
'SubmitterRecord',