Bump version to 0.0.4

This commit is contained in:
James Bowman 2019-03-09 17:19:23 -08:00
parent d550946fc0
commit 5d34353331
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.3'
__version__ = '0.0.4'
PYTHON2 = (sys.version_info < (3, 0))