# HG changeset patch # User drewp # Date 1556258475 25200 # Node ID 795789ca6db170895aa84615b99757c48c9a2789 # Parent f54660b33a2452e41e3afb5e8910b5dd313b4f84 release 0.3.0 Ignore-this: 665b08b4fa6e6c1fe919e11e2cda5f37 darcs-hash:f507e9d7d7df3e8820e963fcc3398b16bcb9f68e diff -r f54660b33a24 -r 795789ca6db1 lib/homeauto_anynode/setup.py --- a/lib/homeauto_anynode/setup.py Thu Apr 25 23:01:04 2019 -0700 +++ b/lib/homeauto_anynode/setup.py Thu Apr 25 23:01:15 2019 -0700 @@ -2,10 +2,10 @@ setup( name='homeauto_anynode', - version='0.2.0', + version='0.3.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, - url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.2.0.tar.gz', + url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.3.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )