Skip to content

Commit

Permalink
Pushing for v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSec committed Feb 25, 2021
1 parent b1bae24 commit f3385c2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed dist/dnsdumpster-0.1.tar.gz
Binary file not shown.
Binary file removed dist/dnsdumpster-0.3.tar.gz
Binary file not shown.
Binary file removed dist/dnsdumpster-0.4.tar.gz
Binary file not shown.
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.5',
version = '0.7',
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.5',
download_url = 'https://github.com/PaulSec/API-dnsdumpster.com/tarball/0.7',
keywords = ['dnsdumpster', 'dns', 'harvesting'],
install_requires=["bs4", "requests"],
classifiers = [],
Expand Down

0 comments on commit f3385c2

Please sign in to comment.