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