diff --git a/jc/parsers/amixer.py b/jc/parsers/amixer.py index aa97c045..00c7bb23 100644 --- a/jc/parsers/amixer.py +++ b/jc/parsers/amixer.py @@ -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'