changing to version 0.0.2

This commit is contained in:
Binh 2011-09-24 13:32:31 -05:00
parent 93d7465e1a
commit c8965afab5
2 changed files with 3 additions and 1 deletions

View file

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