changeset 528:416cc380bcb1

release 0.5.0 Ignore-this: 29eaf931e7da27fea3db7b4555b2c790
author drewp@bigasterisk.com
date Tue, 23 Apr 2019 02:14:12 -0700
parents 8616faa55bbc
children af9a29a63a28
files lib/patchablegraph/setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/patchablegraph/setup.py	Tue Apr 23 02:13:44 2019 -0700
+++ b/lib/patchablegraph/setup.py	Tue Apr 23 02:14:12 2019 -0700
@@ -2,7 +2,7 @@
  
 setup(
     name='patchablegraph',
-    version='0.4.0',
+    version='0.5.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.4.0.tar.gz',
+    url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.5.0.tar.gz',
     author='Drew Perttula',
     author_email='drewp@bigasterisk.com',
 )