1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +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(): class info():
"""Provides parser metadata (version, author, etc.)""" """Provides parser metadata (version, author, etc.)"""
version = '1' version = '1.0'
description = '`amixer` command parser' description = '`amixer` command parser'
author = 'Eden Refael' author = 'Eden Refael'
author_email = 'edenraf@hotmail.com' author_email = 'edenraf@hotmail.com'