diff --git a/httpstat.py b/httpstat.py index 2f5fd4f..c75a51b 100644 --- a/httpstat.py +++ b/httpstat.py @@ -16,7 +16,7 @@ import subprocess -__version__ = '1.1.3' +__version__ = '1.2.0' PY3 = sys.version_info >= (3,)