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

View File

@@ -56,7 +56,7 @@ CLI help
-o OUTPUT, --output OUTPUT
Write output files to the given directory
-n NAMESERVERS [NAMESERVERS ...], --nameservers NAMESERVERS [NAMESERVERS ...]
nameservers to query (Default 8.8.8.8 4.4.4.4)
nameservers to query ((Default is Cloudflare's))
-t TIMEOUT, --timeout TIMEOUT
number of seconds to wait for an answer from DNS
(default 6.0)

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"