Mercurial > code > home > repos > homeauto
changeset 1418:651920ae4dd3
release 0.6.0
Ignore-this: 67cc769e6ea3e1f1bac0a4d769d5a6d6
darcs-hash:3740a7da0457a68d8844b0403fc3ceff0e6a5f1f
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 03 Aug 2019 17:03:08 -0700 |
parents | 836ea2bfc3b5 |
children | 24e29a15617c |
files | lib/homeauto_anynode/setup.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/homeauto_anynode/setup.py Sat Aug 03 17:02:41 2019 -0700 +++ b/lib/homeauto_anynode/setup.py Sat Aug 03 17:03:08 2019 -0700 @@ -2,11 +2,11 @@ setup( name='homeauto_anynode', - version='0.5.0', + version='0.6.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, include_package_data=True, - url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.5.0.tar.gz', + url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.6.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )