diff --git a/setup.py b/setup.py index b3bfdc2..414aef3 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,12 @@ setup( name = 'dnsdumpster', packages = ['dnsdumpster'], # this must be the same as the name above - version = '0.5', + version = '0.7', description = 'DNS Dumpster lib', author = 'Paul Sec', author_email = 'paulwebsec@gmail.com', url = 'https://github.com/PaulSec/API-dnsdumpster.com', - download_url = 'https://github.com/PaulSec/API-dnsdumpster.com/tarball/0.5', + download_url = 'https://github.com/PaulSec/API-dnsdumpster.com/tarball/0.7', keywords = ['dnsdumpster', 'dns', 'harvesting'], install_requires=["bs4", "requests"], classifiers = [],