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:
@ -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'
|
||||
|
Reference in New Issue
Block a user