Skip to content

Commit

Permalink
fix wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
blark committed Jun 4, 2019
1 parent e606e12 commit e773a4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aiodnsbrute/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def run(
default=True,
help="Verify domain name is sane before beginning, enabled by default",
)
@click.version_option("0.3.1")
@click.version_option("0.3.2")
@click.argument("domain", required=True)
def main(**kwargs):
"""aiodnsbrute is a command line tool for brute forcing domain names utilizing Python's asyncio module.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

setup(
name='aiodnsbrute',
version='0.3.1',
version='0.3.2',
url='https://github.com/blark/aiodnsbrute',
download_url='https://github.com/blark/aiodnsbrute/archive/v0.3.1.tar.gz',
download_url='https://github.com/blark/aiodnsbrute/archive/v0.3.2.tar.gz',
license='BSD',
author='Mark Baseggio',
author_email='mark@basegg.io',
Expand Down

0 comments on commit e773a4c

Please sign in to comment.