Skip to content

Commit

Permalink
Ready for v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSec committed Feb 25, 2021
1 parent f3385c2 commit b3feb4a
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.7',
version = '0.8',
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.7',
download_url = 'https://github.com/PaulSec/API-dnsdumpster.com/tarball/0.8',
keywords = ['dnsdumpster', 'dns', 'harvesting'],
install_requires=["bs4", "requests"],
classifiers = [],
Expand Down

0 comments on commit b3feb4a

Please sign in to comment.