From d7dbf68e7dc1ed74b1b916c5849ced46bfa7b23a Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:24:01 -0400 Subject: [PATCH] Actually bump the version number to 8.10.0 --- parsedmarc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index 279113e..cc2bd8b 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.9.4" +__version__ = "8.10.0" logger.debug("parsedmarc v{0}".format(__version__))