Move CLI options to a config file
This commit is contained in:
Sean Whalen
2019-02-04 17:03:33 -05:00
parent 5c0de87d4e
commit 528cfb2822
7 changed files with 309 additions and 220 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "5.3.0"
__version__ = "6.0.0"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"