1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-06 22:32:54 +02:00

fine versioning fix

This commit is contained in:
Eden Refael
2024-11-29 11:08:32 +02:00
parent 3e39cdc9eb
commit 8f20ea4114

View File

@ -5,7 +5,7 @@ import jc.utils
class info():
"""Provides parser metadata (version, author, etc.)"""
version = '1'
version = '1.0'
description = '`amixer` command parser'
author = 'Eden Refael'
author_email = 'edenraf@hotmail.com'