# HG changeset patch # User drewp@bigasterisk.com # Date 1556260604 25200 # Node ID 1faebc897c779127c09691e357c350636a276f64 # Parent 5b98e0da8e33564dd37b2dd791e237e1f2b1ff72 release 0.5.0 Ignore-this: b3d662b528243d75aeb79c42c752fab1 diff -r 5b98e0da8e33 -r 1faebc897c77 lib/homeauto_anynode/setup.py --- a/lib/homeauto_anynode/setup.py Thu Apr 25 23:36:10 2019 -0700 +++ b/lib/homeauto_anynode/setup.py Thu Apr 25 23:36:44 2019 -0700 @@ -2,11 +2,11 @@ setup( name='homeauto_anynode', - version='0.4.0', + version='0.5.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, include_package_data=True, - url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.4.0.tar.gz', + url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.5.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )