Mercurial > code > home > repos > homeauto
changeset 1396:68fa0c41862b
release 0.7.0
Ignore-this: 448781516de2ee8bbb5e25a2a46a679
darcs-hash:17e9a67e33894761895a02b107c5d3dd3e5b6ab1
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 06 Jul 2019 13:55:08 -0700 |
parents | 6a8b922bbe2e |
children | 7f3eba4cfc22 |
files | lib/patchablegraph/setup.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/patchablegraph/setup.py Sat Jul 06 13:54:52 2019 -0700 +++ b/lib/patchablegraph/setup.py Sat Jul 06 13:55:08 2019 -0700 @@ -2,7 +2,7 @@ setup( name='patchablegraph', - version='0.6.0', + version='0.7.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.6.0.tar.gz', + url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.7.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )