Browse Source

update pkg version to 1.13.11

main
AJ Schmidt 2 years ago
parent
commit
d392edb872
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -14,7 +14,7 @@ if sys.version_info < (3,):
extra_requirements.append('future>=0.14.3')

setup(name='alarmdecoder',
version='1.13.10',
version='1.13.11',
description='Python interface for the AlarmDecoder (AD2) family '
'of alarm devices which includes the AD2USB, AD2SERIAL and AD2PI.',
long_description=readme(),


Loading…
Cancel
Save