Version 0.0.8

This commit is contained in:
James Bowman 2020-01-07 17:43:50 -08:00
parent f57ca82ee1
commit 449e931853
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.7'
__version__ = '0.0.8'
PYTHON2 = (sys.version_info < (3, 0))