From 5c7f9544c9d36ebe70f9af448b99bed506aaf57a Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Mon, 23 Mar 2015 12:01:51 -0700 Subject: [PATCH] Updated version information. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e9d527..9cd745d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def readme(): return readme_file.read() setup(name='alarmdecoder', - version='0.9.1', + version='0.9.3', description='Python interface for the AlarmDecoder (AD2) family ' 'of alarm devices which includes the AD2USB, AD2SERIAL and AD2PI.', long_description=readme(),