From 3cf2c48bbc13d18073bf3fc04a7395799e27ac19 Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Thu, 20 Apr 2017 15:32:26 -0700 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd8d9ce..1b49733 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.2', + version='0.12.3', description='Python interface for the AlarmDecoder (AD2) family ' 'of alarm devices which includes the AD2USB, AD2SERIAL and AD2PI.', long_description=readme(),