Mercurial > code > home > repos > homeauto
changeset 520:a349896c4de3
release 0.3.0
Ignore-this: 7cc293807866bb502943fc0350773f7e
author | drewp@bigasterisk.com |
---|---|
date | Tue, 23 Apr 2019 00:53:16 -0700 |
parents | a7a63816b120 |
children | 0ea3b983e66f |
files | lib/patchablegraph/setup.py |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/patchablegraph/setup.py Tue Apr 23 00:52:47 2019 -0700 +++ b/lib/patchablegraph/setup.py Tue Apr 23 00:53:16 2019 -0700 @@ -2,19 +2,19 @@ setup( name='patchablegraph', - version='0.2.0', + version='0.3.0', packages=['patchablegraph'], package_dir={'patchablegraph': ''}, install_requires=[ 'cyclone', 'twisted', 'rdflib-jsonld >= 0.3', - 'rdfdb @ https://projects.bigasterisk.com/rdfdb/rdfdb-0.2.0.tar.gz', + 'rdfdb @ https://projects.bigasterisk.com/rdfdb/rdfdb-0.3.0.tar.gz', 'scales @ git+http://github.com/drewp/scales.git@448d59fb491b7631877528e7695a93553bfaaa93', - 'cycloneerr @ https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.2.0.tar.gz', - 'twisted_sse @ https://projects.bigasterisk.com/twisted_sse/twisted_sse-0.2.0.tar.gz', + 'cycloneerr @ https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.3.0.tar.gz', + 'twisted_sse @ https://projects.bigasterisk.com/twisted_sse/twisted_sse-0.3.0.tar.gz', ], - url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.2.0.tar.gz', + url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.3.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )