diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index 58aa531..28c0aa6 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -37,7 +37,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.4.0" +__version__ = "4.4.1" logger = logging.getLogger("parsedmarc") logger.debug("parsedmarc v{0}".format(__version__)) diff --git a/setup.py b/setup.py index 9015ed6..1026788 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import setup from codecs import open from os import path -__version__ = "4.4.0" +__version__ = "4.4.1" description = "A Python package and CLI for parsing aggregate and " \ "forensic DMARC reports"