changeset 522:f159080c3cb4

release 0.4.0 Ignore-this: a408a3b0bc32f3ef4543fcf13f0a51e6
author drewp@bigasterisk.com
date Tue, 23 Apr 2019 00:57:18 -0700
parents 0ea3b983e66f
children 77181261f8ce
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 00:57:03 2019 -0700
+++ b/lib/patchablegraph/setup.py	Tue Apr 23 00:57:18 2019 -0700
@@ -2,7 +2,7 @@
  
 setup(
     name='patchablegraph',
-    version='0.3.0',
+    version='0.4.0',
     packages=['patchablegraph'],
     package_dir={'patchablegraph': ''},
     install_requires=[
@@ -14,7 +14,7 @@
         'cycloneerr @ https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.1.0.tar.gz',
         'twisted_sse @ https://projects.bigasterisk.com/twisted_sse/twisted_sse-0.3.0.tar.gz',
     ],
-    url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.3.0.tar.gz',
+    url='https://projects.bigasterisk.com/patchablegraph/patchablegraph-0.4.0.tar.gz',
     author='Drew Perttula',
     author_email='drewp@bigasterisk.com',
 )