Mercurial > code > home > repos > homeauto
changeset 1341:08dc3baa7d14
release 0.2.0
Ignore-this: 720a712599a00ca21e1a8a97a7c03a34
darcs-hash:c45119596b434bd7ffa2b276f1ec1de0095ecb28
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 25 Apr 2019 22:17:10 -0700 |
parents | fbb4233c9317 |
children | 1542e6b05085 |
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 22:16:50 2019 -0700 +++ b/lib/homeauto_anynode/setup.py Thu Apr 25 22:17:10 2019 -0700 @@ -2,10 +2,10 @@ setup( name='homeauto_anynode', - version='0.1.0', + version='0.2.0', packages=['homeauto_anynode'], package_dir={'homeauto_anynode': ''}, - url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.1.0.tar.gz', + url='https://projects.bigasterisk.com/homeauto_anynode/homeauto_anynode-0.2.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )