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:
|
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 |