This commit is contained in:
2026-05-02 00:42:29 -04:00
parent 44c035aab6
commit 0e39d3b21a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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