From d665d4286f3633caa18dbe73b352987f1892ca00 Mon Sep 17 00:00:00 2001 From: Sean Mathews Date: Mon, 1 Jan 2018 13:13:45 -0800 Subject: [PATCH] version bump. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6074354..64bc27c 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='1.13.1', + version='1.13.2', description='Python interface for the AlarmDecoder (AD2) family ' 'of alarm devices which includes the AD2USB, AD2SERIAL and AD2PI.', long_description=readme(),