httpgrep.py: use stable version numbers.

This commit is contained in:
Levon Kayan 2020-04-13 19:45:18 +02:00
parent 2bdfcb73bb
commit 0beb12ac52
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ from concurrent.futures import ThreadPoolExecutor, as_completed
__author__ = 'noptrix'
__version__ = '1.1-dev'
__version__ = '1.0'
__copyright__ = 'santa clause'
__license__ = '1337 h4x0r'