3.8.1 - Better handling of .msg files when msgconvert is not installed

This commit is contained in:
Sean Whalen
2018-08-27 09:04:08 -04:00
parent ca0397c331
commit 22c2e8799a
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "3.8.0"
__version__ = "3.8.1"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"