# HG changeset patch # User drewp@bigasterisk.com # Date 1564948998 25200 # Node ID 008f7915041facf33ff71006e564cdb527e7b72e # Parent ab762d49cd381166af1020d1b777d77cf8cb7fc0 release 0.8.0 Ignore-this: 262073caf6f2e17af96e2d4e1d088139 diff -r ab762d49cd38 -r 008f7915041f lib/homeauto_anynode/setup.py --- a/lib/homeauto_anynode/setup.py Sun Aug 04 13:03:04 2019 -0700 +++ b/lib/homeauto_anynode/setup.py Sun Aug 04 13:03:18 2019 -0700 @@ -2,11 +2,11 @@ setup( name='homeauto_anynode', - version='0.7.0', + version='0.8.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, include_package_data=True, - url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.7.0.tar.gz', + url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.8.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )