# HG changeset patch # User drewp@bigasterisk.com # Date 1580721056 28800 # Node ID 41af3ebccdf9e29e14ff04c7a10301ab46e65233 # Parent b41247c7b08074374b01cade97b4ed8b257e0c8c release 0.9.0 Ignore-this: c18c466c9ecadfc7e807ac25c21fcbdf diff -r b41247c7b080 -r 41af3ebccdf9 lib/patchablegraph/setup.py --- a/lib/patchablegraph/setup.py Mon Feb 03 01:10:35 2020 -0800 +++ b/lib/patchablegraph/setup.py Mon Feb 03 01:10:56 2020 -0800 @@ -2,7 +2,7 @@ setup( name='patchablegraph', - version='0.8.0', + version='0.9.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.8.0.tar.gz', + url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.9.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )