From e637ebc8c87beb58e2015d7066d6db94b99ebbb9 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 11 Feb 2025 02:50:13 -0500 Subject: [PATCH] fuck --- httpz_scanner/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/httpz_scanner/__init__.py b/httpz_scanner/__init__.py index b93d93a..4a108dc 100644 --- a/httpz_scanner/__init__.py +++ b/httpz_scanner/__init__.py @@ -6,4 +6,4 @@ from .scanner import HTTPZScanner from .colors import Colors -__version__ = '1.0.7' \ No newline at end of file +__version__ = '1.0.8' \ No newline at end of file diff --git a/setup.py b/setup.py index b484dbd..b1c9967 100644 --- a/setup.py +++ b/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', ], }, ) \ No newline at end of file