From 19e49200de5c731f76b42e80388c5223e8097e39 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 4 Apr 2020 16:59:48 -0700 Subject: [PATCH] version bump --- jc/parsers/iptables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/iptables.py b/jc/parsers/iptables.py index 7c82791b..b4ecd853 100644 --- a/jc/parsers/iptables.py +++ b/jc/parsers/iptables.py @@ -134,7 +134,7 @@ import jc.utils class info(): - version = '1.1' + version = '1.2' description = 'iptables command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'