Update version number to 8.8.8

This commit is contained in:
Sean Whalen
2022-04-22 17:08:15 -04:00
parent 763476cdd3
commit 23df163759
+1 -1
View File
@@ -34,7 +34,7 @@ from parsedmarc.utils import is_outlook_msg, convert_outlook_msg
from parsedmarc.utils import parse_email
from parsedmarc.utils import timestamp_to_human, human_timestamp_to_datetime
__version__ = "7.1.1"
__version__ = "8.0.0"
formatter = logging.Formatter(
fmt='%(levelname)8s:%(filename)s:%(lineno)d:%(message)s',