# HG changeset patch # User drewp@bigasterisk.com # Date 1637813178 28800 # Node ID d8d40f5e1bf88ddb99843ea9488a1fd84c4f4eb3 # Parent 388a5e15d249307e715ef550a79219e66ed596ef release 0.18.0 diff -r 388a5e15d249 -r d8d40f5e1bf8 setup.py --- a/setup.py Wed Nov 24 20:06:12 2021 -0800 +++ b/setup.py Wed Nov 24 20:06:18 2021 -0800 @@ -2,7 +2,7 @@ setup( name='patchablegraph', - version='0.17.0', + version='0.18.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.17.0.tar.gz', + url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.18.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )