Mercurial > code > home > repos > homeauto
changeset 1358:fda1e7bdecb7
release 0.1.0
Ignore-this: 3360059fc57b39c0260ad5dafabd3144
darcs-hash:8b49fb1c767f63dbac8e7e3cf14bbe4609587d57
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 30 Apr 2019 23:37:30 -0700 |
parents | f99fe03803d4 |
children | 8fb419235dc9 |
files | lib/mqtt_client/setup.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/mqtt_client/setup.py Tue Apr 30 23:37:25 2019 -0700 +++ b/lib/mqtt_client/setup.py Tue Apr 30 23:37:30 2019 -0700 @@ -2,11 +2,11 @@ setup( name='mqtt_client', - version='0.0.0', + version='0.1.0', packages=['mqtt_client'], package_dir={'mqtt_client': ''}, install_requires=['rx', 'twisted-mqtt'], - url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.0.0.tar.gz', + url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.1.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )