From c5165ccc21b0806082fa9f056208ce30915c9eb4 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 10 Sep 2023 15:18:23 -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 177b0958..86415bb6 100644 --- a/jc/parsers/ping.py +++ b/jc/parsers/ping.py @@ -167,7 +167,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.9' + version = '1.10' description = '`ping` and `ping6` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'