From dbcd9a4060647be24bca2a8d577f11925a9ac210 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 24 Feb 2022 20:52:28 -0800 Subject: [PATCH] bump version to 1.0 --- jc/parsers/zipinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/zipinfo.py b/jc/parsers/zipinfo.py index 9ab7912b..8d706dc3 100644 --- a/jc/parsers/zipinfo.py +++ b/jc/parsers/zipinfo.py @@ -85,7 +85,7 @@ import jc.parsers.universal class info(): """Provides parser metadata (version, author, etc.)""" - version = '0.01' + version = '1.0' description = '`zipinfo` command parser' author = 'Matt J' author_email = 'https://github.com/listuser'