diff --git a/jc/lib.py b/jc/lib.py
index 8a01282a..bcc6f81c 100644
--- a/jc/lib.py
+++ b/jc/lib.py
@@ -10,7 +10,7 @@ from jc import appdirs
 from jc import utils
 
 
-__version__ = '1.25.5'
+__version__ = '1.25.6'
 
 parsers: List[str] = [
     'acpi',
diff --git a/setup.py b/setup.py
index fa0d7cc7..6b6b6dce 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open('README.md', 'r') as f:
 
 setuptools.setup(
     name='jc',
-    version='1.25.5',
+    version='1.25.6',
     author='Kelly Brazil',
     author_email='kellyjonbrazil@gmail.com',
     description='Converts the output of popular command-line tools and file-types to JSON.',