Mercurial > code > home > repos > homeauto
changeset 551:1faebc897c77
release 0.5.0
Ignore-this: b3d662b528243d75aeb79c42c752fab1
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Apr 2019 23:36:44 -0700 |
parents | 5b98e0da8e33 |
children | 98384c3ccd33 |
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:36:10 2019 -0700 +++ b/lib/homeauto_anynode/setup.py Thu Apr 25 23:36:44 2019 -0700 @@ -2,11 +2,11 @@ setup( name='homeauto_anynode', - version='0.4.0', + version='0.5.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, include_package_data=True, - url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.4.0.tar.gz', + url='https://projects.bigasterisk.com/homeauto-anynode/homeauto_anynode-0.5.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )