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 distutils.core import setup
setup(name='pyaccuwage',
version='0.0.5',
version='0.0.6',
packages=['pyaccuwage'],
zip_safe=True,
)