From 83cfd4db26ea37d4286e767bbadd7707b7aeca37 Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Sun, 28 Feb 2021 15:26:37 -0500 Subject: [PATCH] update pkg version 1.13.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec58ed4..c803fc9 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def readme(): extra_requirements.append('future>=0.14.3') setup(name='alarmdecoder', - version='1.13.9', + version='1.13.10', description='Python interface for the AlarmDecoder (AD2) family ' 'of alarm devices which includes the AD2USB, AD2SERIAL and AD2PI.', long_description=readme(),