Actually bump the version number to 8.10.0

This commit is contained in:
Sean Whalen
2024-03-26 12:24:01 -04:00
parent 465829c18b
commit d7dbf68e7d

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.9.4"
__version__ = "8.10.0"
logger.debug("parsedmarc v{0}".format(__version__))