From 4ebde3af5f8d6019db51c7c3e9d53dcecebb667a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 15 Sep 2022 08:40:58 -0700 Subject: [PATCH] parser version bump --- jc/parsers/id.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/id.py b/jc/parsers/id.py index 6f52f9c2..d3f310a2 100644 --- a/jc/parsers/id.py +++ b/jc/parsers/id.py @@ -106,7 +106,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" - version = '1.5' + version = '1.6' description = '`id` command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'