changing to version 0.0.2
This commit is contained in:
parent
93d7465e1a
commit
c8965afab5
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
from record import *
|
||||
|
||||
VERSION = (0, 0, 2)
|
||||
|
||||
RECORD_TYPES = [
|
||||
'SubmitterRecord',
|
||||
'EmployerRecord',
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
from distutils.core import setup
|
||||
setup(name='pyaccuwage',
|
||||
version='0.2',
|
||||
version='0.0.2',
|
||||
packages=['pyaccuwage'],
|
||||
zip_safe=True,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue