changeset 26:4668117dcd24 1.1.0

release 1.1.0
author drewp@bigasterisk.com
date Sat, 23 Apr 2022 23:58:48 -0700
parents e11d407c46f8
children 2f74ed860ea2
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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',
 )