From 0e2fe401e1c49a9f947d7d17b72cfc4e90787f47 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 30 Nov 2021 10:08:27 -0800 Subject: [PATCH] version bump --- jc/parsers/ls_s.py | 2 +- jc/parsers/ping_s.py | 2 +- jc/parsers/vmstat_s.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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'