Mercurial > code > home > repos > homeauto
changeset 1331:6a6fdfd3ffa9
release 0.5.0
Ignore-this: 29eaf931e7da27fea3db7b4555b2c790
darcs-hash:8e7a92495daae2fdcfb274bd78cec22f306bf164
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 23 Apr 2019 02:14:12 -0700 |
parents | cf57c5d3c890 |
children | 9d4684867908 |
files | lib/patchablegraph/setup.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/patchablegraph/setup.py Tue Apr 23 02:13:44 2019 -0700 +++ b/lib/patchablegraph/setup.py Tue Apr 23 02:14:12 2019 -0700 @@ -2,7 +2,7 @@ setup( name='patchablegraph', - version='0.4.0', + version='0.5.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.4.0.tar.gz', + url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.5.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )