Prepair= for 2.0.0

This commit is contained in:
Dionysus 2025-02-11 19:23:49 -05:00
parent e27e5e4095
commit 718b50b6c2
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ from .scanner import HTTPZScanner
from .colors import Colors
__version__ = '1.0.9'
__version__ = '2.0.0'

View File

@ -9,7 +9,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='httpz_scanner',
version='1.0.9',
version='2.0.0',
author='acidvegas',
author_email='acid.vegas@acid.vegas',
description='Hyper-fast HTTP Scraping Tool',