Fix crash introduced in 4.1.0 when creating Elasticsearch indexes (Issue #15)

This commit is contained in:
Sean Whalen
2018-09-29 14:14:04 -04:00
parent bb98377a29
commit 5cbd685019
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "4.1.2"
__version__ = "4.1.3"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"