From 364a81decc16742e3caa070d90b1d605d96fe2c1 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 4 Nov 2021 10:25:51 -0700 Subject: [PATCH] version bump --- jc/parsers/ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/ping.py b/jc/parsers/ping.py index e50eb0b1..c4600aec 100644 --- a/jc/parsers/ping.py +++ b/jc/parsers/ping.py @@ -158,7 +158,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.5' + version = '1.6' description = '`ping` and `ping6` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'