3.6.0 - Much more robust error handling

This commit is contained in:
Sean Whalen
2018-06-20 10:39:20 -04:00
parent 1761f12604
commit 44f87fe924
3 changed files with 24 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "3.5.1"
__version__ = "3.6.0"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"