Skip to content

Commit

Permalink
Version Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
B0lg0r0v committed Nov 9, 2024
1 parent 546ac8e commit 15f0366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

def parse_args():

CURRENT_VERSION = 'v1.0.0'
CURRENT_VERSION = 'v1.1.0'

# Initialize parser
parser = ArgumentParser(description='Elixir')
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -15,6 +15,7 @@
'beautifulsoup4',
'dnspython',
'requests',
'setuptools'
],
packages=[
'list',
Expand Down

0 comments on commit 15f0366

Please sign in to comment.