Mercurial > code > home > repos > homeauto
changeset 617:7bacead2ef4b
release 0.7.0
Ignore-this: da64b66a5123da5a08b7afa9816221ab
author | drewp@bigasterisk.com |
---|---|
date | Sun, 04 Aug 2019 12:57:25 -0700 |
parents | ef9b9c48463d |
children | ab762d49cd38 |
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 Sun Aug 04 12:57:03 2019 -0700 +++ b/lib/homeauto_anynode/setup.py Sun Aug 04 12:57:25 2019 -0700 @@ -2,11 +2,11 @@ setup( name='homeauto_anynode', - version='0.6.0', + version='0.7.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, include_package_data=True, - url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.6.0.tar.gz', + url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.7.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )