changeset 593:703c86e08932

release 0.7.0 Ignore-this: 448781516de2ee8bbb5e25a2a46a679
author drewp@bigasterisk.com
date Sat, 06 Jul 2019 13:55:08 -0700
parents 32939cddf360
children 137fa1ba5321
files lib/patchablegraph/setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/patchablegraph/setup.py	Sat Jul 06 13:54:52 2019 -0700
+++ b/lib/patchablegraph/setup.py	Sat Jul 06 13:55:08 2019 -0700
@@ -2,7 +2,7 @@
  
 setup(
     name='patchablegraph',
-    version='0.6.0',
+    version='0.7.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.6.0.tar.gz',
+    url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.7.0.tar.gz',
     author='Drew Perttula',
     author_email='drewp@bigasterisk.com',
 )