Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blark committed Jun 4, 2019
1 parent 087ab6e commit b5aca7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions aiodnsbrute/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import socket
import sys
from tqdm import tqdm
from logger import ConsoleLogger
from aiodnsbrute.logger import ConsoleLogger


class aioDNSBrute(object):
Expand Down Expand Up @@ -284,7 +284,7 @@ def run(
default=True,
help="Verify domain name is sane before beginning, enabled by default",
)
@click.version_option("0.3.0")
@click.version_option("0.3.1")
@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.0',
version='0.3.1',
url='https://github.com/blark/aiodnsbrute',
download_url='https://github.com/blark/aiodnsbrute/archive/v0.3.0.tar.gz',
download_url='https://github.com/blark/aiodnsbrute/archive/v0.3.1.tar.gz',
license='BSD',
author='Mark Baseggio',
author_email='mark@basegg.io',
Expand Down

0 comments on commit b5aca7a

Please sign in to comment.