From 8f20ea4114612802acb23b389445c262d86ba72e Mon Sep 17 00:00:00 2001 From: Eden Refael Date: Fri, 29 Nov 2024 11:08:32 +0200 Subject: [PATCH] fine versioning fix --- jc/parsers/amixer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'