Bump version to 5.0.0

This commit is contained in:
Sean Whalen
2018-11-19 08:25:18 -05:00
parent 68e2437364
commit 6eaccdc2fc
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__ = "4.5.0"
__version__ = "5.0.0"
logger = logging.getLogger("parsedmarc")
logger.debug("parsedmarc v{0}".format(__version__))
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "4.5.0"
__version__ = "5.0.0"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"