From c6ce5cfc6f8c0066fb0d965cec0f773132d4f68a Mon Sep 17 00:00:00 2001 From: Gregory Soutade Date: Sat, 28 Jan 2023 09:45:13 +0100 Subject: [PATCH] Increment IWLA version --- iwla.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iwla.py b/iwla.py index 583d9e1..ef84113 100755 --- a/iwla.py +++ b/iwla.py @@ -132,7 +132,7 @@ class IWLA(object): ANALYSIS_CLASS = 'HTTP' API_VERSION = 1 - IWLA_VERSION = '0.6' + IWLA_VERSION = '0.7' def __init__(self, logLevel, dry_run): self.meta_infos = {}