# HG changeset patch # User drewp@bigasterisk.com # Date 1634095139 25200 # Node ID 411f5e0132011e9fffb3c3ec94915535aaf97fc6 # Parent 58f1877780b90081675478dd964cff2ec8548d98 release 0.12.0 diff -r 58f1877780b9 -r 411f5e013201 lib/patchablegraph/setup.py --- a/lib/patchablegraph/setup.py Tue Oct 12 20:18:54 2021 -0700 +++ b/lib/patchablegraph/setup.py Tue Oct 12 20:18:59 2021 -0700 @@ -2,7 +2,7 @@ setup( name='patchablegraph', - version='0.11.0', + version='0.12.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.11.0.tar.gz', + url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.12.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )