Bump version

This commit is contained in:
Sean Whalen
2018-11-09 16:21:11 -05:00
parent 4cf5dfc4e4
commit c581efbae6
2 changed files with 2 additions and 2 deletions

View File

@@ -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__))

View File

@@ -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"