Update version number to 7.1.1

This commit is contained in:
Sean Whalen
2022-01-08 16:10:16 -05:00
parent 21c7e9d4af
commit 672a0f255d
+1 -1
View File
@@ -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:'