From a76a0790bc1e406408bd5541164eef277ac1c150 Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Tue, 23 Feb 2016 13:28:32 -0800 Subject: [PATCH] Updated version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88ba1b4..9717116 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme(): return readme_file.read() setup(name='alarmdecoder', - version='0.10.0', + version='0.10.1', description='Python interface for the AlarmDecoder (AD2) family ' 'of alarm devices which includes the AD2USB, AD2SERIAL and AD2PI.', long_description=readme(),