diff --git a/core/arguments.py b/core/arguments.py index b227482..41797c8 100644 --- a/core/arguments.py +++ b/core/arguments.py @@ -2,7 +2,7 @@ def parse_args(): - CURRENT_VERSION = 'v1.0.0' + CURRENT_VERSION = 'v1.1.0' # Initialize parser parser = ArgumentParser(description='Elixir') diff --git a/setup.py b/setup.py index ef00f79..cfb5786 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='elixir-dns', - version='1.1.0', + version='1.1.1', description='Elixir is a fast multi-function DNS Enumeration, Subdomain Enumeration and Attack Surface Mapping tool.', long_description=open('README.md').read(), long_description_content_type='text/markdown', @@ -15,6 +15,7 @@ 'beautifulsoup4', 'dnspython', 'requests', + 'setuptools' ], packages=[ 'list',