# HG changeset patch # User drewp # Date 1564948645 25200 # Node ID 8ffead2295e0df9c4cc15672648ffca42fd632e6 # Parent 24e29a15617c80bb82a16c715fd057e3c79df4fb release 0.7.0 Ignore-this: da64b66a5123da5a08b7afa9816221ab darcs-hash:1714de97f2c2f1cdf9f71c689f6acd81fc122371 diff -r 24e29a15617c -r 8ffead2295e0 lib/homeauto_anynode/setup.py --- a/lib/homeauto_anynode/setup.py Sun Aug 04 12:57:03 2019 -0700 +++ b/lib/homeauto_anynode/setup.py Sun Aug 04 12:57:25 2019 -0700 @@ -2,11 +2,11 @@ setup( name='homeauto_anynode', - version='0.6.0', + version='0.7.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, include_package_data=True, - url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.6.0.tar.gz', + url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.7.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )