bump to v0.0.3

This commit is contained in:
Binh 2011-09-24 15:40:06 -05:00
parent 3dfcf030e7
commit 775d3d3700
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,6 +1,6 @@
from distutils.core import setup
setup(name='pyaccuwage',
version='0.0.2',
version='0.0.3',
packages=['pyaccuwage'],
zip_safe=True,
)