Acutally bump the version to 8.6.1

This commit is contained in:
Sean Whalen
2023-05-14 20:43:42 -04:00
parent e5e7a6fe75
commit 477a45d19b
+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__ = "8.6.0"
__version__ = "8.6.1"
logger.debug("parsedmarc v{0}".format(__version__))