6.1.2 - Use local Public Suffix List file instead of downloading it

This commit is contained in:
Sean Whalen
2019-02-15 19:14:08 -05:00
parent 2ae500ba9c
commit 2e2e47b202
4 changed files with 27 additions and 24 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "6.1.1"
__version__ = "6.1.2"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"