commit 8459b8623029291c614fdfae202232d32e0f3d27
Author: David Sorber <david.sorber@gmail.com>
Date:   Wed Jan 23 21:17:25 2019 -0500

    Re last commit, add setup.py version update

diff --git a/software/hbkcd/setup.py b/software/hbkcd/setup.py
index e937342..d9da1ac 100755
--- a/software/hbkcd/setup.py
+++ b/software/hbkcd/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
 
 setup(
     name = 'hbkcd',
-    version = '0.1.2',
+    version = '0.1.3',
     description = 'HandBrake Control Daemon',
     packages = find_packages(),
     python_requires = '>=3.6.0',
