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',