# HG changeset patch # User drewp@bigasterisk.com # Date 1650783528 25200 # Node ID 4668117dcd24087f381ed3372f70557acc84e2a1 # Parent e11d407c46f8aa6170bd9f196df921c2f348eaf6 release 1.1.0 diff -r e11d407c46f8 -r 4668117dcd24 setup.py --- a/setup.py Sat Apr 23 23:58:41 2022 -0700 +++ b/setup.py Sat Apr 23 23:58:48 2022 -0700 @@ -2,7 +2,7 @@ setup( name='patchablegraph', - version='1.0.0', + version='1.1.0', packages=['patchablegraph'], package_dir={'patchablegraph': ''}, install_requires=[ @@ -12,7 +12,7 @@ 'sse_starlette>=0.10.3', 'starlette>=0.19.1' ], - url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-1.0.0.tar.gz', + url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-1.1.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )