# HG changeset patch # User drewp@bigasterisk.com # Date 1556260415 25200 # Node ID fa893c9ac9817df9dd1025b34c308d3df6483b85 # Parent 4e12db1f93d456be17c1037c230df5a1971daa62 release 0.4.0 Ignore-this: c1b1337626e03b603e50b5c2c2b9c397 diff -r 4e12db1f93d4 -r fa893c9ac981 lib/homeauto_anynode/setup.py --- a/lib/homeauto_anynode/setup.py Thu Apr 25 23:33:06 2019 -0700 +++ b/lib/homeauto_anynode/setup.py Thu Apr 25 23:33:35 2019 -0700 @@ -2,10 +2,10 @@ setup( name='homeauto_anynode', - version='0.3.0', + version='0.4.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, - url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.3.0.tar.gz', + url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.4.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )