Fix crash when parsing invalid forensic report (closes #38)

This commit is contained in:
Sean Whalen
2018-12-19 12:03:09 -05:00
parent 0d103a3d54
commit a9b92e31e4
3 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "5.1.0"
__version__ = "5.1.1"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"