Skip to content

Commit

Permalink
Updated for tag 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSec committed Feb 16, 2018
1 parent 5aa1f27 commit eda15d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
setup(
name = 'dnsdumpster',
packages = ['dnsdumpster'], # this must be the same as the name above
version = '0.4',
version = '0.5',
description = 'DNS Dumpster lib',
author = 'Paul Sec',
author_email = '[email protected]',
url = 'https://github.com/PaulSec/API-dnsdumpster.com',
download_url = 'https://github.com/PaulSec/API-dnsdumpster.com/tarball/0.4',
download_url = 'https://github.com/PaulSec/API-dnsdumpster.com/tarball/0.5',
keywords = ['dnsdumpster', 'dns', 'harvesting'],
install_requires=["bs4", "requests"],
classifiers = [],
Expand Down

0 comments on commit eda15d6

Please sign in to comment.