From 718b50b6c25e1352608d81d1043591873b8f270b Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 11 Feb 2025 19:23:49 -0500 Subject: [PATCH] Prepair= for 2.0.0 --- httpz_scanner/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httpz_scanner/__init__.py b/httpz_scanner/__init__.py index d6c2568..852b982 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.9' \ No newline at end of file +__version__ = '2.0.0' \ No newline at end of file diff --git a/setup.py b/setup.py index 558c1db..6e93add 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.9', + version='2.0.0', author='acidvegas', author_email='acid.vegas@acid.vegas', description='Hyper-fast HTTP Scraping Tool',