changeset 1699:411f5e013201 0.12.0

release 0.12.0
author drewp@bigasterisk.com
date Tue, 12 Oct 2021 20:18:59 -0700
parents 58f1877780b9
children 11bd81eda1ef
files lib/patchablegraph/setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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',
 )