diff --git a/jc/parsers/ls_s.py b/jc/parsers/ls_s.py index cb7b33f5..2f7cac4a 100644 --- a/jc/parsers/ls_s.py +++ b/jc/parsers/ls_s.py @@ -64,7 +64,7 @@ from jc.exceptions import ParseError class info(): """Provides parser metadata (version, author, etc.)""" - version = '0.5' + version = '0.6' description = '`ls` command streaming parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/ping_s.py b/jc/parsers/ping_s.py index ba242800..fbbb56d3 100644 --- a/jc/parsers/ping_s.py +++ b/jc/parsers/ping_s.py @@ -72,7 +72,7 @@ from jc.utils import stream_success, stream_error class info(): """Provides parser metadata (version, author, etc.)""" - version = '0.5' + version = '0.6' description = '`ping` and `ping6` command streaming parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/jc/parsers/vmstat_s.py b/jc/parsers/vmstat_s.py index abe8f0d8..9d18f4c6 100644 --- a/jc/parsers/vmstat_s.py +++ b/jc/parsers/vmstat_s.py @@ -83,7 +83,7 @@ from jc.exceptions import ParseError class info(): """Provides parser metadata (version, author, etc.)""" - version = '0.5' + version = '0.6' description = '`vmstat` command streaming parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'