Version 0.0.7

This commit is contained in:
James Bowman 2020-01-04 06:53:36 -08:00
parent a6c58a5be3
commit 57dc5a4f7e
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.6'
__version__ = '0.0.7'
PYTHON2 = (sys.version_info < (3, 0))