From 3ee098306daf903687cb0febf92773a81e216111 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 22 Jun 2020 10:48:51 -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 5319fa8d..43465d77 100644 --- a/jc/parsers/iptables.py +++ b/jc/parsers/iptables.py @@ -134,7 +134,7 @@ import jc.utils class info(): - version = '1.3' + version = '1.4' description = 'iptables command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'