1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00

parser version bump

This commit is contained in:
Kelly Brazil
2025-09-08 15:04:48 -07:00
parent 60caa17eb9
commit 91b3572ead

View File

@@ -180,7 +180,7 @@ import jc.utils
class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1.0'
version = '1.1'
description = '`pacman` command parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'