Version bump to 0.0.2

This commit is contained in:
James Bowman 2019-03-03 11:30:43 -08:00
parent 652fdd41d4
commit e1b3826432
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import time
import struct
from collections import OrderedDict
__version__ = '0.0.1'
__version__ = '0.0.2'
PYTHON2 = (sys.version_info < (3, 0))