From 865a6ff4d44553fb1f4df0587dacc1a89b9ca5fd Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Tue, 10 Oct 2017 15:46:05 -0700 Subject: [PATCH] Version bump. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b49733..011ab28 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if sys.version_info < (3,): extra_requirements.append('future==0.14.3') setup(name='alarmdecoder', - version='0.12.3', + version='1.13.0', description='Python interface for the AlarmDecoder (AD2) family ' 'of alarm devices which includes the AD2USB, AD2SERIAL and AD2PI.', long_description=readme(),