From 672a0f255d9475ab92dd54162515d2ddfa215a24 Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Sat, 8 Jan 2022 16:10:16 -0500 Subject: [PATCH] Update version number to 7.1.1 --- parsedmarc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsedmarc/__init__.py b/parsedmarc/__init__.py index 3942091..75fc02a 100644 --- a/parsedmarc/__init__.py +++ b/parsedmarc/__init__.py @@ -36,7 +36,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__ = "7.1.0" +__version__ = "7.1.1" logging.basicConfig( format='%(levelname)8s:%(filename)s:%(lineno)d:'