1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

bump version to 1.0

This commit is contained in:
Kelly Brazil
2022-02-24 20:52:28 -08:00
parent 4bdeb2b3aa
commit dbcd9a4060

View File

@ -85,7 +85,7 @@ import jc.parsers.universal
class info(): class info():
"""Provides parser metadata (version, author, etc.)""" """Provides parser metadata (version, author, etc.)"""
version = '0.01' version = '1.0'
description = '`zipinfo` command parser' description = '`zipinfo` command parser'
author = 'Matt J' author = 'Matt J'
author_email = 'https://github.com/listuser' author_email = 'https://github.com/listuser'