From 477a45d19bd4b2e1375c2a4b64680ba52d335d41 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sun, 14 May 2023 20:43:42 -0400 Subject: [PATCH] Acutally bump the version to 8.6.1 --- parsedmarc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index e24ede4..c46c1e2 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -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__))