# HG changeset patch # User drewp@bigasterisk.com # Date 1580802445 28800 # Node ID 02f876016f27f0c4cf48611c8b0cd012a7b44191 # Parent d98c3ffe7144f3b5074d143b83f8d25f297c3e4b release 0.11.0 Ignore-this: 58e616ca09c022d0a43e4f08e21ba6ab diff -r d98c3ffe7144 -r 02f876016f27 lib/patchablegraph/setup.py --- a/lib/patchablegraph/setup.py Mon Feb 03 23:47:23 2020 -0800 +++ b/lib/patchablegraph/setup.py Mon Feb 03 23:47:25 2020 -0800 @@ -2,7 +2,7 @@ setup( name='patchablegraph', - version='0.10.0', + version='0.11.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.10.0.tar.gz', + url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.11.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )