From b0c014089e24455228cb4402cf30ba98157578cd Mon Sep 17 00:00:00 2001 From: Sean Mathews Date: Wed, 12 Dec 2018 11:02:04 -0800 Subject: [PATCH] Version bump for last commit. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c4441f9..7a8ae12 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.4', + version='1.13.5', description='Python interface for the AlarmDecoder (AD2) family ' 'of alarm devices which includes the AD2USB, AD2SERIAL and AD2PI.', long_description=readme(),