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'