This commit is contained in:
Sean Whalen
2019-03-29 17:13:22 -04:00
parent 065aba7f6f
commit 55a7e9c69b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ from parsedmarc.utils import is_outlook_msg, convert_outlook_msg
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime
from parsedmarc.utils import parse_email
__version__ = "6.3.0"
__version__ = "6.3.1"
logging.basicConfig(
format='%(levelname)8s:%(filename)s:%(lineno)d:'
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "6.3.0"
__version__ = "6.3.1"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"