Browse Source

Updated version.

pyserial_fix
Scott Petersen 11 years ago
parent
commit
0b7f3667e4
4 changed files with 2 additions and 2 deletions
  1. BIN
      docs/build/doctrees/environment.pickle
  2. BIN
      docs/build/html/objects.inv
  3. +1
    -1
      docs/build/html/searchindex.js
  4. +1
    -1
      setup.py

BIN
docs/build/doctrees/environment.pickle View File


BIN
docs/build/html/objects.inv View File


+ 1
- 1
docs/build/html/searchindex.js
File diff suppressed because it is too large
View File


+ 1
- 1
setup.py View File

@@ -9,7 +9,7 @@ def readme():
return readme_file.read() return readme_file.read()


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


Loading…
Cancel
Save