mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-09-25 07:00:32 +00:00
Bump version
This commit is contained in:
@@ -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 timestamp_to_human, human_timestamp_to_datetime
|
||||||
from parsedmarc.utils import parse_email
|
from parsedmarc.utils import parse_email
|
||||||
|
|
||||||
__version__ = "4.4.0"
|
__version__ = "4.4.1"
|
||||||
|
|
||||||
logger = logging.getLogger("parsedmarc")
|
logger = logging.getLogger("parsedmarc")
|
||||||
logger.debug("parsedmarc v{0}".format(__version__))
|
logger.debug("parsedmarc v{0}".format(__version__))
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ from setuptools import setup
|
|||||||
from codecs import open
|
from codecs import open
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
__version__ = "4.4.0"
|
__version__ = "4.4.1"
|
||||||
|
|
||||||
description = "A Python package and CLI for parsing aggregate and " \
|
description = "A Python package and CLI for parsing aggregate and " \
|
||||||
"forensic DMARC reports"
|
"forensic DMARC reports"
|
||||||
|
|||||||
Reference in New Issue
Block a user