Mercurial > code > home > repos > homeauto
changeset 536:b71ada7ab461
release 0.1.0
Ignore-this: d021f7feb494970b99fee546b97ac80b
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Apr 2019 17:35:53 -0700 |
parents | bb43ad96da8c |
children | 6fbc40d3b2db |
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 Thu Apr 25 17:34:53 2019 -0700 +++ b/lib/homeauto_anynode/setup.py Thu Apr 25 17:35:53 2019 -0700 @@ -2,10 +2,10 @@ setup( name='homeauto_anynode', - version='0.0.0', + version='0.1.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, - url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.0.0.tar.gz', + url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.1.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )