diff options
author | Andreas Auras <yak54@gmx.net> | 2010-02-18 20:10:35 +0100 |
---|---|---|
committer | Andreas Auras <yak54@gmx.net> | 2010-02-18 20:10:35 +0100 |
commit | 8782389a1b25b78deaac8cb101140b243ff7293e (patch) | |
tree | 0f9b248cc1a93c8aabb55feed8febabd1e502b02 /setup.py | |
parent | b7888a37e2c2bce1a97e3942b7bf5719cc8865d2 (diff) | |
download | df10ch-atmolight-controller-8782389a1b25b78deaac8cb101140b243ff7293e.tar.gz df10ch-atmolight-controller-8782389a1b25b78deaac8cb101140b243ff7293e.tar.bz2 |
Increase delays within firmware update feature
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ from distutils.core import setup setup(name='df10ch_setup', - version='1', + version='2', description='DF10CH Setup program', author='Andreas Auras', author_email='yak54@gmx.net', |