Bump setup.py version

This commit is contained in:
Sean Whalen
2018-06-10 12:20:36 -04:00
parent acf912eaa4
commit b8ff5b10d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from setuptools import setup
from codecs import open
from os import path
__version__ = "3.4.0"
__version__ = "3.5.0"
description = "A Python package and CLI for parsing aggregate and " \
"forensic DMARC reports"