Mercurial > code > home > repos > homeauto
changeset 570:f424dd6d221f
release 0.6.0
Ignore-this: d68489fed902cda3823f8b8ed7d96893
author | drewp@bigasterisk.com |
---|---|
date | Mon, 06 May 2019 00:03:35 -0700 |
parents | 2d13254fdd44 |
children | 53a2664f450a |
files | lib/patchablegraph/setup.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/patchablegraph/setup.py Mon May 06 00:02:26 2019 -0700 +++ b/lib/patchablegraph/setup.py Mon May 06 00:03:35 2019 -0700 @@ -2,7 +2,7 @@ setup( name='patchablegraph', - version='0.5.0', + version='0.6.0', packages=['patchablegraph'], package_dir={'patchablegraph': ''}, install_requires=[ @@ -14,7 +14,7 @@ 'cycloneerr', 'twisted_sse >= 0.3.0', ], - url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.5.0.tar.gz', + url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.6.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )