fuck
This commit is contained in:
parent
d773bb6b0c
commit
e637ebc8c8
@ -6,4 +6,4 @@ from .scanner import HTTPZScanner
|
||||
from .colors import Colors
|
||||
|
||||
|
||||
__version__ = '1.0.7'
|
||||
__version__ = '1.0.8'
|
4
setup.py
4
setup.py
@ -9,7 +9,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
|
||||
|
||||
setup(
|
||||
name='httpz_scanner',
|
||||
version='1.0.7',
|
||||
version='1.0.8',
|
||||
author='acidvegas',
|
||||
author_email='acid.vegas@acid.vegas',
|
||||
description='Hyper-fast HTTP Scraping Tool',
|
||||
@ -41,7 +41,7 @@ setup(
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'httpz=httpz_scanner.__main__:cli',
|
||||
'httpz=httpz_scanner.cli:run',
|
||||
],
|
||||
},
|
||||
)
|
Loading…
Reference in New Issue
Block a user