From 3c96bc319615c824a06c388e9e3c1d68a9bf4084 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 29 Mar 2021 20:57:58 -0700 Subject: [PATCH] version bump --- jc/parsers/stat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/stat.py b/jc/parsers/stat.py index 23950519..789c5c68 100644 --- a/jc/parsers/stat.py +++ b/jc/parsers/stat.py @@ -134,7 +134,7 @@ import jc.utils class info(): - version = '1.5' + version = '1.6' description = 'stat command parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com'