Skip to content

Commit

Permalink
upping version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Angel committed Aug 10, 2022
1 parent 35d825a commit d858d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

setuptools.setup(
name='bl-bfg',
version='0.5.4.6',
version='1.0.0',
author='Justin Angel',
author_email='[email protected]',
description='A simple password guessing framework.',
description='A password guessing framework.',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/arch4ngel/bl-bfg',
Expand All @@ -26,7 +26,7 @@
scripts=['bfg'],
package_data={'bfg.datasets':['*.txt', '*.yaml', '*.xml']},
install_requires=[
'bruteloops >= 0.2',
'bruteloops >= 1',
'requests_ntlm == 1.1.0',
'pysmb == 1.1.27',
'lxml >= 4.6.4',
Expand Down

0 comments on commit d858d4c

Please sign in to comment.