httpz

- Hyper-fast HTTP Scraping Tool
git clone git://git.acid.vegas/httpz.git
Log | Files | Refs | Archive | README | LICENSE

commit 718b50b6c25e1352608d81d1043591873b8f270b
parent e27e5e40957b91dc84e23eb7e46f4c6e0f163c38
Author: acidvegas <acid.vegas@acid.vegas>
Date: Tue, 11 Feb 2025 19:23:49 -0500

Prepair= for 2.0.0

Diffstat:
Mhttpz_scanner/__init__.py | 4++--
Msetup.py | 2+-

2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 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
@@ -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',