bump to v0.0.3
This commit is contained in:
parent
3dfcf030e7
commit
775d3d3700
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
from record import *
|
||||
|
||||
VERSION = (0, 0, 2)
|
||||
VERSION = (0, 0, 3)
|
||||
|
||||
RECORD_TYPES = [
|
||||
'SubmitterRecord',
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue