Mercurial > code > home > repos > homeauto
changeset 544:78fd90cffe5a
release 0.3.0
Ignore-this: 665b08b4fa6e6c1fe919e11e2cda5f37
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Apr 2019 23:01:15 -0700 |
parents | 68d559a2c2ae |
children | 5ab84b8a706b |
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 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', )