changeset 1373:f502b4d7f64c

release 0.6.0 Ignore-this: d68489fed902cda3823f8b8ed7d96893 darcs-hash:cf1c36110269f2adeeca31c635fa09559faae123
author drewp <drewp@bigasterisk.com>
date Mon, 06 May 2019 00:03:35 -0700
parents 26dd28671f70
children ac127fdace62
files lib/patchablegraph/setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/patchablegraph/setup.py	Mon May 06 00:02:26 2019 -0700
+++ b/lib/patchablegraph/setup.py	Mon May 06 00:03:35 2019 -0700
@@ -2,7 +2,7 @@
  
 setup(
     name='patchablegraph',
-    version='0.5.0',
+    version='0.6.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.5.0.tar.gz',
+    url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.6.0.tar.gz',
     author='Drew Perttula',
     author_email='drewp@bigasterisk.com',
 )