diff --git a/jc/__init__.py b/jc/__init__.py
index 86a29419..e4c2b5bd 100644
--- a/jc/__init__.py
+++ b/jc/__init__.py
@@ -73,4 +73,4 @@ Module Example:
 """
 
 name = 'jc'
-__version__ = '1.17.1'
+__version__ = '1.17.2'
diff --git a/man/jc.1 b/man/jc.1
index 89adc9d6..15b35aa7 100644
--- a/man/jc.1
+++ b/man/jc.1
@@ -1,4 +1,4 @@
-.TH jc 1 2021-11-18 1.17.1 "JSON CLI output utility"
+.TH jc 1 2021-11-18 1.17.2 "JSON CLI output utility"
 .SH NAME
 jc \- JSONifies the output of many CLI tools and file-types
 .SH SYNOPSIS
diff --git a/setup.py b/setup.py
index 1a5adef4..67bf22f4 100755
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ with open('README.md', 'r') as f:
 
 setuptools.setup(
     name='jc',
-    version='1.17.1',
+    version='1.17.2',
     author='Kelly Brazil',
     author_email='kellyjonbrazil@gmail.com',
     description='Converts the output of popular command-line tools and file-types to JSON.',