Fix missing data in CSV output

Closes issue #128
This commit is contained in:
Sean Whalen
2019-11-25 11:07:31 -05:00
parent 747d22358f
commit d3f25c9447
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "6.7.1"
__version__ = "6.7.2"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"